Hi,
I'm using Excel VBA and I need to check the value of a cell after the user updates it. This check needs to be performed for all cells in a column. I think I probably need to use an event handler, but don’t quite understand how they work. What's the concept and syntax for event handler? Is there a change_cell event? I have tried putting the code in worksheet_change and worksheet_selectionchange, but couldn’t get it working.
Any explanation is appreciated.
Toryee
I'm using Excel VBA and I need to check the value of a cell after the user updates it. This check needs to be performed for all cells in a column. I think I probably need to use an event handler, but don’t quite understand how they work. What's the concept and syntax for event handler? Is there a change_cell event? I have tried putting the code in worksheet_change and worksheet_selectionchange, but couldn’t get it working.
Any explanation is appreciated.
Toryee