Close without save

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
 
M

mudraker

Jesse

I assume you are wanting VBA code to close your workbook

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