Command Button To Open Specific Word Doc

  • Thread starter Thread starter pas926
  • Start date Start date
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
 
I use:


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

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