View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas[_2_] Gary Keramidas[_2_] is offline
external usenet poster
 
Posts: 364
Default variable question

right now i have a few variables explicitly set in a summary workbook:

filename$(1) = "[workbook1.xls]"
.........
to.
........
filename$(20) = "[workbook20.xls]"


what i want to do is list the filenames on a separate sheet in the summary
workbook so i can mange them more easily

how would i set the above variables to reference a cell's value (b1:b20) on
that sheet?

thanks
--


Gary