christhedonstar
Programmer
I have this code in a routine
ThisWorkbook.Close SaveChanges:=False
When I call that routine I'm asked if I want to save changes. Why am I asked when I specifically say don't save changes?
How do I prevent this from happening?
Application.displayalerts could help, but then that would disable it for other workbooks open in the excel session which I have no control over.
Any ideas?
Thanks a lot,
Chris
ThisWorkbook.Close SaveChanges:=False
When I call that routine I'm asked if I want to save changes. Why am I asked when I specifically say don't save changes?
How do I prevent this from happening?
Application.displayalerts could help, but then that would disable it for other workbooks open in the excel session which I have no control over.
Any ideas?
Thanks a lot,
Chris