Close without save

  • Thread starter Thread starter Jesse
  • Start date Start date
J

Jesse

Hi, Thanks in advance for any help. I need to close a
sheet without saving so as not to get the popup windows
for save as. I did make a change to the sheet, but do not
need to save this data.

Jesse
 
Jesse

I assume you are wanting VBA code to close your workbook

Workbooks("BOOK1.XLS").Close SaveChanges:=Fals
 

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

Back
Top