Hi
I need to know how to run function at any worksheet changes.
I tried to use :
Application.Volatile
Function example()
bla bla...........
End Function
But I getting the error: Invalid outside procedure.
Can you please tell me how to make it works?
When I remove Application.Volatile the function runs but only when I push the run button
Thanks
I need to know how to run function at any worksheet changes.
I tried to use :
Application.Volatile
Function example()
bla bla...........
End Function
But I getting the error: Invalid outside procedure.
Can you please tell me how to make it works?
When I remove Application.Volatile the function runs but only when I push the run button
Thanks
Last edited: