View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AMaleThing AMaleThing is offline
external usenet poster
 
Posts: 19
Default import =[test.xls]Sheet1!A1 - help

I'm importing data from .xls reports created each day. The file will
include the date.

Is it possible the file is called "Test 01-05-2008.xls", I could
create a string something like:

=[test +"A3"+ .xls]Sheet1!A1 // Where A3 is 01-05-2008

Help appreciated.