Close workbook not save

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello from Steved

I would like a macro command to close workbook but not
save it.

Thankyou in Advance
 
Steve

Sub CLOSE_BOOK()
ActiveWorkbook.Close SaveChanges:=False 'Or True
End Sub

Gord Dibben Excel MVP
 
Back
Top