C
Cindy
I am working with:
With Dialogs(wdDialogFileSaveAs)
.Name = myDocPath & NameToDocumentName(ActiveDocument.Name)
.Show
End With
The active document is an rtf file that needs to be saved as a doc file. I
have stripped the "rtf" extension from the file name (NametoDocumentName) but
the Save As Type still remains as *.rtf.
I need to instruct the SaveAs Dialog to set the Save As Type as *.doc. How
can I add that instruction to "With Dialogs(wdDialogFileSaveAs)"?
With Dialogs(wdDialogFileSaveAs)
.Name = myDocPath & NameToDocumentName(ActiveDocument.Name)
.Show
End With
The active document is an rtf file that needs to be saved as a doc file. I
have stripped the "rtf" extension from the file name (NametoDocumentName) but
the Save As Type still remains as *.rtf.
I need to instruct the SaveAs Dialog to set the Save As Type as *.doc. How
can I add that instruction to "With Dialogs(wdDialogFileSaveAs)"?