Leo_Polla_Psemata
Registered User.
- Local time
- Today, 15:46
- Joined
- Mar 24, 2014
- Messages
- 364
Hi
I need to open a specific word document from a form.
I have created a command button with the below bit of code but
i get run time error 53 , file not found
When i repeat same function using notepad.exe , then the txt file opens without error.
I need to open a specific word document from a form.
I have created a command button with the below bit of code but
i get run time error 53 , file not found
When i repeat same function using notepad.exe , then the txt file opens without error.
Code:
Private Sub Command67_Click()
Shell "Word.exe G:\F IIDS LETTER\testone.docx", vbNormalFocus
End Sub