Open Specific Word Document on Click of Button

K

Kirstie Adam

All,

I have a button that on click i want to open a specific document. The path
for the document is :
"S:\Marketing\Client Database\Database Letter Template.doc".

I have some code, but am guessing it, it is:

Private Sub Command59_Click()
Call Shell("S:\Marketing\Client Database\Database Letter Template.doc", 1)
End Sub

Can anyone help me out and tell me the correct code??

Kirstie
 

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

Top