Opening a file

M

Marishah Warren

If I have a file located in "C:\Stats.xls" that I want to open, what is the
code for this?


Thank you

Todd Huttenstine
 
E

Eric Lecocq

workbooks.open "myfilename"
press F1 after you wrote this, you will have more details.

ele
 
Top