macro to open excel file

  • Thread starter Thread starter Elizma
  • Start date Start date
E

Elizma

I am trying to use a macro command button to open a
specific excel file. The RunApp doesn't quite do it.

Any suggestions?

Thank You!!!
Elizma
 
RunApp should work. Here is an example that I use

c:\program files\microsoft office\office\excel.exe "c:\my
documents\bills.xls"

Jim
 
Back
Top