R
Richard Buttrey
In the Workbook Save event I want to give the user the chance to abort
the save by responding to a YesNo MessageBox.
I've got an integer variable called 'answer' which is set by the
MessageBox, and have tried both the following lines of code, expecting
that they might exit the save event but they don't.
If answer = 7 Then End
If answer = 7 Then Exit Sub
Has anyone any idea how I can handle this.
Regards
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
the save by responding to a YesNo MessageBox.
I've got an integer variable called 'answer' which is set by the
MessageBox, and have tried both the following lines of code, expecting
that they might exit the save event but they don't.
If answer = 7 Then End
If answer = 7 Then Exit Sub
Has anyone any idea how I can handle this.
Regards
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________