Need command button to open word document

  • Thread starter Thread starter Scott
  • Start date Start date
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
 
The code behind the buttion can be:

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