View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
properties properties is offline
external usenet poster
 
Posts: 5
Default Open File Location

How can I rewrite this code to open a file named "invoice", in case I move
the workbook to another directory.

T.I.A.



Workbooks.OpenText Filename:= _
"C:\Documents and Settings\Owner\My
Documents\\Project\Summary\Test_Macro\invoice"