Excel 2003 Worksheet Change Event Not Firing. This event does not occur when cells change during a recalculation. What I want to happen is that when the user selects from a list, I'll fire a Worksheet_Change event, which will then run some background calculations to set up the next questions, etc.
Use the Calculate event to trap a sheet recalculation.
So, the user clicks on a cell, which fires the worksheetselection_change event in the workbook, which calls a Change Cell from Validated List Not Firing Worksheet Change Event.
What I want to happen is that when the user selects from a list, I'll fire a Worksheet_Change event, which will then run some background calculations to set up the next questions, etc. The code is located in ThisWorkbook. This includes when a cell is created, updated, or deleted.





