Need command button to open word document

S

Scott

I'm trying to create a command button in a form that will open a Microsoft
word Document. I see were I can make it open a .exe or .bat , but not a
..doc.

Any help would be great.

Thanks
 
A

Albert D. Kallal

The code behind the buttion can be:

application.FollowHyperlink "c:\mystuff\test.doc"
 
Top