biocentrism
Board Regular
- Joined
- Jul 28, 2014
- Messages
- 187
Is there a way to call a Worksheet Change Event using code?
I want to have the Worksheet Change Event execute as if the event actually occurred.
I have tried:
but of course this did not work.
I read online that this was not possible. But I neither believe nor like this answer.
Thank you.
I want to have the Worksheet Change Event execute as if the event actually occurred.
I have tried:
Code:
Call Worksheet_Change
but of course this did not work.
I read online that this was not possible. But I neither believe nor like this answer.
Thank you.