W
Wallyken
Hi,
I'm working with Excel 2003 SP3.
I have written some code in the Workbook_Before close event.
At the end of this event, I have written a messagebox where you can respond
on with yes or no, to keep the workbook open.
When I click the No button, I have written
Cancel=True
But excel keeps on closing my workbook.
I started debugging my code. It executes the Cancel=True statement, but does
not keep it open.
On other machines with the same version of excel, I do not have problems
like this.
I think it is a local setting that is different, but which one?
Can someone help me, plz.
Thx
I'm working with Excel 2003 SP3.
I have written some code in the Workbook_Before close event.
At the end of this event, I have written a messagebox where you can respond
on with yes or no, to keep the workbook open.
When I click the No button, I have written
Cancel=True
But excel keeps on closing my workbook.
I started debugging my code. It executes the Cancel=True statement, but does
not keep it open.
On other machines with the same version of excel, I do not have problems
like this.
I think it is a local setting that is different, but which one?
Can someone help me, plz.
Thx