Open a Prepared Word Doc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a word document that I want to link to the system...it's a stagnent
document with instructions (help file) that I want to open if the user clicks
a button on the main page. How can I do this?
 
Hi,
there are several methods. The easiest, but also most limited is just to use
the followhyperlink method on the on click event of a command button e.g.:

Application.FollowHyperlink "c:\path to your file\yourfile.doc"

Other options would be the Shell method or automation.
HTH
Good luck
 

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

Back
Top