J
Jason
Can someone help me edit this code so it opens the MS Word file at the path
listed below?
P:\Rockingham\MergeFiles\Returned Paperwork Reminder Email.doc
Private Sub Command10_Click()
On Error GoTo Err_Command10_Click
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
Exit_Command10_Click:
Exit Sub
Err_Command10_Click:
MsgBox Err.Description
Resume Exit_Command10_Click
End Sub
Thank you very much
listed below?
P:\Rockingham\MergeFiles\Returned Paperwork Reminder Email.doc
Private Sub Command10_Click()
On Error GoTo Err_Command10_Click
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
Exit_Command10_Click:
Exit Sub
Err_Command10_Click:
MsgBox Err.Description
Resume Exit_Command10_Click
End Sub
Thank you very much