Is there a way to run a Macro in a Module each time a certain variable in the same Module changes?
It is important that the scope is restricted to the Module which I believe makes techniques such as "Workbook_SheetChange" unacceptable.
I have a function that I desire to return an initial value, and then trigger another sub to update other portions of the worksheet, but all the code must be contained in the single module