childrenfirst
Technical User
Hi,
I have two macros created for an Excel workbook. The first one is to update column AD in all worksheets in the workbook and the workbook is open (it's a Workbook_Open event). The second one is to show a popup message whenever any cell in column AD in any worksheet is selected (it's a Workbook_SheetSelectionChange even). Each macro runs perfectly when they exist independently. However, I ran into an annoying problem when I put both of them in the same workbook. The popup messages start poping up as Workbook_Open updates every row in every worksheet. I need help! I want to temporarily disable the Workbook_SheetSelectionChange event and re-enable it after all Workbo
pen finishes executing. Any advise will be greatly appreciated!
Thanks a bunch,
ChildrenFirst
I have two macros created for an Excel workbook. The first one is to update column AD in all worksheets in the workbook and the workbook is open (it's a Workbook_Open event). The second one is to show a popup message whenever any cell in column AD in any worksheet is selected (it's a Workbook_SheetSelectionChange even). Each macro runs perfectly when they exist independently. However, I ran into an annoying problem when I put both of them in the same workbook. The popup messages start poping up as Workbook_Open updates every row in every worksheet. I need help! I want to temporarily disable the Workbook_SheetSelectionChange event and re-enable it after all Workbo
Thanks a bunch,
ChildrenFirst