I want to make an event driven macro triggered “on cell change” WITHOUT a listener.
I know is possible to assign a macro to a sheet specific event via:
sheet tab ->left click->sheet events (mine is in spanish so text might be different)
So I guess I can wrap the whole macro in an IF checking if the modified cell is the one I want to monitor (e.g. “A:1”).
Is there a variable I can use as an argument to check which cell is the one that has been modified???