View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Turner Michael Turner is offline
external usenet poster
 
Posts: 3
Default how to open workbook without hardcoding path

Hi

Could anyone tell me how to open a workbook from another workbook, where
both files are in the same folder, without hardcoding the path. I have tried
code like this without success.
Workbooks.open (path & "\somefile.xls")

Thanks in advance
Mick