Macro / close a workbook without saving

C

carl

i am trying to add some code that will close an open
workbook without saving the changes to it.

thank you for you help.
 
T

Ture Magnusson

Carl,

This line of VBA code closes the active workbook
without saving it.

ActiveWorkbook.Close SaveChanges:=False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top