S Steved May 12, 2004 #1 Hello from Steved I would like a macro command to close workbook but not save it. Thankyou in Advance
Hello from Steved I would like a macro command to close workbook but not save it. Thankyou in Advance
G Gord Dibben May 13, 2004 #2 Steve Sub CLOSE_BOOK() ActiveWorkbook.Close SaveChanges:=False 'Or True End Sub Gord Dibben Excel MVP
Steve Sub CLOSE_BOOK() ActiveWorkbook.Close SaveChanges:=False 'Or True End Sub Gord Dibben Excel MVP
S Steved May 13, 2004 #3 Thankyou very much Gord. -----Original Message----- Steve Sub CLOSE_BOOK() ActiveWorkbook.Close SaveChanges:=False 'Or True End Sub Gord Dibben Excel MVP . Click to expand...
Thankyou very much Gord. -----Original Message----- Steve Sub CLOSE_BOOK() ActiveWorkbook.Close SaveChanges:=False 'Or True End Sub Gord Dibben Excel MVP . Click to expand...
G Gord Dibben May 13, 2004 #4 Happy to be of assistance. Gord Thankyou very much Gord. Click to expand...