K
Kenan Kilictepe
How to set the default suggested filename to be displayed by the Save As
dialog the first time a user saves a new document?
With Dialogs(wdDialogFileSummaryInfo)
.Title = "My FileName"
.Execute
End With
doesn't work because my file name must contain "_"
something like "Docno_21_spec_123.doc"
Thanks
Kenan
dialog the first time a user saves a new document?
With Dialogs(wdDialogFileSummaryInfo)
.Title = "My FileName"
.Execute
End With
doesn't work because my file name must contain "_"
something like "Docno_21_spec_123.doc"
Thanks
Kenan