In an Excel97 workbook, if "Sheet1" has a "Worksheet_Deactivate()" procedure and "Sheet2" has a "Worksheet_Activate()" procedure, when moving from "Sheet1" to "Sheet2" which procedure is going to be run first?
I have a similar situation, and the "Worksheet_Deactivate()" procedure checks for a certain condition. If this condition isn't met then it returns to "Sheet1". However, I am getting an error when it tries to run the "Worksheet_Activate()" procedure for "Sheet2" when the condition for "Sheet1" ISN'T met.
Will both procedures always be run regardless?
Is there anyway that I can get around this?
Thanks.
I have a similar situation, and the "Worksheet_Deactivate()" procedure checks for a certain condition. If this condition isn't met then it returns to "Sheet1". However, I am getting an error when it tries to run the "Worksheet_Activate()" procedure for "Sheet2" when the condition for "Sheet1" ISN'T met.
Will both procedures always be run regardless?
Is there anyway that I can get around this?
Thanks.