Close an Excel workbook

Macro Title:
Comment:

'

Sub Close_a_Workbook()
'close a workbook where this VBA code is written

ThisWorkbook.Close

End Sub