Closes the active workbook without saving changes
Sub close() ActiveWorkbook.Close SaveChanges:=False End Sub