I've got a workbook consisting of 3 tabs (book2) with some pretty elaborate logic to populate the tabs with data based on the import of another workbook (book1). Once the data is brought in, I want to setup Worksheet_Change logic on certain ranges in book2 to highlight changes to the default data.
Does anyone have any ideas on how to do this (or if it's even possible)? Maybe set some variable in the book2 module that loads the data from book1 that forces the worksheet change event to fall out of the sub until complete?
Does anyone have any ideas on how to do this (or if it's even possible)? Maybe set some variable in the book2 module that loads the data from book1 that forces the worksheet change event to fall out of the sub until complete?