I am trying include code to Save As .xlsm but it doesn't save a usable file. It saves the file as intended but not as Excel.xlsm or anything else. In fact the newly saved file cannot be opened...
The code I have used is:
Dim Fname As String
Fname = ActiveWorkbook.Name & Format(Date, "ddmmyy")...