Thread: Local file read
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Al[_14_] Al[_14_] is offline
external usenet poster
 
Posts: 1
Default Local file read

Hello all,

I am trying to get a macro to open another excel file local to the
worksheet that the macro is in. So far, only absolute paths have
worked.

I have tried "." and "./" in front of the file name, but to no avail.
Is it possible to do this without an absolute path?

Thanks!
-=Al