Command Button To Open Specific Word Doc

P

pas926

I want a command button on my form to open MS Word and
then open a specific document. Is there a way to do this.
Any help is appreciated. Thanks in advance Paul
 
A

Albert D. Kallal

I use:


application.FollowHyperlink "c:\my documents\test.doc"

You can use the above to open any doc, and not just word....
 

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