I am using this macro to save my workbook. The only issue I am having here is that; it adds “.xlsm” to the name.
How do I get rid of that?
Sub SaveAs()
Dim FileSaveAs As String
FileSaveAs = _
Application.GetSaveAsFilename(FileFilter:="Exel Files(*.xlsm,*.xlsm", Title:="Select...