S
Stuart
I use GetSaveAsFileName as follows:
fName = Application.GetSaveAsFilename _
(sStr, "Excel Files (*.xls),*.xls)")
If fName <> ThisWorkbook.Name And fName <> "False" Then
I now wish to add a new single sheet workbook and name it with
the workbook name the user chose with fName.
How do I do this, please?
Regards.
fName = Application.GetSaveAsFilename _
(sStr, "Excel Files (*.xls),*.xls)")
If fName <> ThisWorkbook.Name And fName <> "False" Then
I now wish to add a new single sheet workbook and name it with
the workbook name the user chose with fName.
How do I do this, please?
Regards.