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
 
G

Guest

Hi Jim

is it possible to assign a variable/ value of a textbox to commandline of the RunApp macro

Thanks
yann
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top