Thread: Opening a file
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Eric Lecocq Eric Lecocq is offline
external usenet poster
 
Posts: 8
Default Opening a file

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

ele

"Marishah Warren" wrote in message
...
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