C
Claudia
We use the following macro code to open our directories:
Sub Open1()
'
ChangeFileOpenDirectory "W:\1\"
Dialogs(wdDialogFileOpen).Show
End Sub
We have a macro just like the above for each folder, i.e. w:\2\, w:\3\, etc.
The problem is running the macro only works if the user does not open a
document. If s/he does open a document, the next time the macro is run, it
simply opens up My Documents. Is there any way that the code can be modified
so that the macros always work, regardless of whether a document was opened?
Claudia Carvalho
Sub Open1()
'
ChangeFileOpenDirectory "W:\1\"
Dialogs(wdDialogFileOpen).Show
End Sub
We have a macro just like the above for each folder, i.e. w:\2\, w:\3\, etc.
The problem is running the macro only works if the user does not open a
document. If s/he does open a document, the next time the macro is run, it
simply opens up My Documents. Is there any way that the code can be modified
so that the macros always work, regardless of whether a document was opened?
Claudia Carvalho