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"
|