open an excel file

C

Carlos

How can I open an excel file from Access?

What is the code syntax?

Thanks in advance
 
J

Jim/Chris

Create a macro
Action: RunApp
Command Line: c:\program files\microsoft
office\office\Excel.exe "c:\my documents\test1.xls"

Watch out for word wrap

Jim
 
Top