I want users to save a workbook as a macro enabled file by using this code:
Sub StartFunctional ()
Dim FileSaveName As Variant
Dim xFileName As String
If SaveAsUI <> False Then
Cancel = True
xFileName = Application.GetSaveAsFilename(, "Excel Macro-Enabled Workbook (*.xlsm), *.xlsm"...