View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve[_52_] Steve[_52_] is offline
external usenet poster
 
Posts: 8
Default Lookup up cell value in closed sheet

what Im trying to achieve:

Column L lists file names including path eg c:\rds\incomplete\filename.xls
(the filenames will be variable, ie they will change regularly, so to the
amount of filesnames in the list, usually between 1 and about 20 can be
listed at any given time)

Column A needs to retreive information from a cell (example sheet1!B6) on
the closed workbook listed in column L

Would like to call a function the will populate column A automatically....

tia steve