Hi all,
I've had a quick look around but couldn't find the answer.
My VB code starts with
application.displayalerts = false
then, further down the code
application.quit
finishing with
application.displayalerts = true
However, It still asks me if I want to save the spreadsheet, even though displayalerts = false.
Is there any way around this?
I've had a quick look around but couldn't find the answer.
My VB code starts with
application.displayalerts = false
then, further down the code
application.quit
finishing with
application.displayalerts = true
However, It still asks me if I want to save the spreadsheet, even though displayalerts = false.
Is there any way around this?