neilabbott
Technical User
- Mar 11, 2003
- 19
With a current job record in Access I use VBA code to do a FileOpen operation in Word (eg show all myjobnumber*.doc).
All the documents are on a network drive.
No matter what I do with hard coding the required directory in VBA, the wdDialogFileOpen operation always pops up in the last directory the user used.
I assume there is some other point within 'Office' that overrides my code and throws up the 'last used' directory.
Is there a way round this?
Neil
All the documents are on a network drive.
No matter what I do with hard coding the required directory in VBA, the wdDialogFileOpen operation always pops up in the last directory the user used.
I assume there is some other point within 'Office' that overrides my code and throws up the 'last used' directory.
Is there a way round this?
Neil