Page 1 of 1

Can i open a Xls file without giving the full path

Posted: Sat Apr 13, 2002 5:42 am
by aumimports
how can i use

"Workbooks.Open Filename:="

this command without giving the fullpath.

Thanks in Advance

Posted: Sun Apr 14, 2002 2:53 pm
by John Finlay
From Excel Help

Workbooks.Open "ANALYSIS.XLS"
This example opens the workbook Analysis.xls

Hope this helps

------------------
Regards
John Finlay