View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BEAST BEAST is offline
external usenet poster
 
Posts: 3
Default creating a value for a file name

hello is it possible to create a variable for a file name:
for example x.xls where x=cell A1
I am trying to create a vlook up formula that can access differnt xls files
=vlookup([x.xls]!,A2:A4,2) something like that
I can't get x to be a variable equal to whatever is in cell A1
this one is a toughy....