going to word from access

S

surena

Hi,

I want to wrote a macro using VBA in access such that it opens a word
file. How I can do it?

Surena
 
E

Eric Blitzer

You posted this in the macro section. To open a word file using an access
macro

Action: RunApp

Command Line: Application location "file location"

example
"c:\program files\microsoft office\office\excel.exe" "c:\my
documents\test1.doc"

"C:\pathtomsword\winword.exe" "C:\PathToworddocument\YourFile.doc"
 

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