L
Larry
This code opens the SaveAs dialog box to the Documents folder:
ChangeFileOpenDirectory ("C:\Documents")
Application.Dialogs(wdDialogFileSaveAs).Show
But it only works if the active document is an unsaved document.
Otherwise, the SaveAs box opens to the folder of the activedocument.
Is there any way to get the same result with a saved document as with an
unsaved document?
Larry
ChangeFileOpenDirectory ("C:\Documents")
Application.Dialogs(wdDialogFileSaveAs).Show
But it only works if the active document is an unsaved document.
Otherwise, the SaveAs box opens to the folder of the activedocument.
Is there any way to get the same result with a saved document as with an
unsaved document?
Larry