Greetings,
I am using the following code to display the "Save As" dialog box in Excel. I was wondering, however, if there is a way to "pre-fill" the filename textbox with a name other than "Book1"?
Sub main()
Application.Dialogs(xlDialogSaveAs).Show
End Sub
Thanks in advance!
I am using the following code to display the "Save As" dialog box in Excel. I was wondering, however, if there is a way to "pre-fill" the filename textbox with a name other than "Book1"?
Sub main()
Application.Dialogs(xlDialogSaveAs).Show
End Sub
Thanks in advance!