View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dr. M Dr. M is offline
external usenet poster
 
Posts: 11
Default Cell Link in a Drop Down - Where does it get its data?

I inherited an Excel workbook that has an issue I cannot crack. I have a drop
down box that allows the user to select a date week from a reference sheet.
Next to that column that feeds the drop down, is a week number (1-52). The
cell link on the drop down lists a cell to which to write the cell week
number. My question is, if the drop down cell range is 'Data Page'!$B$3:$B$54
and the Cell Link is 'Data Page'!$H$2, how does the Cell Link know to put the
week number which is located in 'Data Page'!$A$3:$A$54? The Cell Link seems
to only specify the place where to put the data, not which data to put there.

Thanks for your help!
--
Dr. M