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....
 
Top