Hi,
I currently have a macro in my file (XLSM) which has a step where the user saves out the workbook in the current format.
Sub SaveAS_Final()
Dim strName As String
SvName = Sheets("Instructions").Range("C51")
Application.Dialogs(xlDialogSaveAs).Show SvName
End Sub
But since my...