P
Peter
Hi,
Is there any way I can set the initial filename for the
SaveAs dialog box in VBA 6/Word 2003?
Application.Dialogs(wdDialogFileSaveAs) doesn't appear to
have a member that will set it, whereas
Application.FileDialog
(msoFileDialogSaveAs).InitialFileName
would be ideal, but it's not the same dialog box and
doesn't seem to have the ability to call the SaveAs
dialog.
Any idea why there are two file save dialogs, when one
would probably do?
Any help would be appreciated.
Peter
Is there any way I can set the initial filename for the
SaveAs dialog box in VBA 6/Word 2003?
Application.Dialogs(wdDialogFileSaveAs) doesn't appear to
have a member that will set it, whereas
Application.FileDialog
(msoFileDialogSaveAs).InitialFileName
would be ideal, but it's not the same dialog box and
doesn't seem to have the ability to call the SaveAs
dialog.
Any idea why there are two file save dialogs, when one
would probably do?
Any help would be appreciated.
Peter