Save an Excel workbook

Macro Title:
Comment:

'

Sub Save_a_Workbook()
'save a workbook where this VBA code is written

ThisWorkbook.Save

End Sub