I am trying to use the Worksheet Change Event in Excel VBA, but it doesn\'t seem to work.
From what I gather, it is enough to just define the handling function \"Wor
You need to put it in the sheet that it applies to. In other words, if you want to capture change events on Sheet1, in the VBA editor, you need to put it in VBAProject (Book_Name) > Microsoft Excel Objects > Sheet1.