Regarding my earlier post.
http://www.daniweb.com/forums/thread327097.html
I encounter an error saying
Run-time error '462':
The remote server machine does not exist or is unavailable
Haven't notice this error earlier.
Code:
wrdApp.Documents.Open App.Path & "\Reports\Locatorslip.docx"
wrdApp.WindowState = wdWindowStateMaximize
wrdApp.Visible = True
The code works fine. Error only appears if i click the the button again
(or other which also open a word doc.)
What would be the fix?
Thanks