Im trying to create a macro which opens a dialog box with a specific path that I specify. The path has templates (.dot) in it which a user will open.
For example:
Sub FileOpen()
ChangeFileOpenDirectory "C:\Templates"
Dialogs(wdDialogFileOpen).Show
End Sub
However, if a user opens a template...