J
J@Y
I have:
Set ReportBook = Workbooks.Add()
Do
fName = Application.GetSaveAsFilename
Loop Until fName <> False
ReportBook.SaveAs Filename:=fName
The filename is not automatically .xls extension. How would I have it so
that when the user types Report in the FileName, the workbook gets saved as
..xls?
Set ReportBook = Workbooks.Add()
Do
fName = Application.GetSaveAsFilename
Loop Until fName <> False
ReportBook.SaveAs Filename:=fName
The filename is not automatically .xls extension. How would I have it so
that when the user types Report in the FileName, the workbook gets saved as
..xls?