Either should work

'this would b best in the workbook to close
ThisWorkbook.Close True

or 
'will close the active workbook, whether or not it contains the code
ActiveWorkBook.close True