how to use "After Update" instead of <After I Update> ?!

E

elburze

I wright macro1 for "After Update" event for a text box [or combo box]. When
I am finished changing the value for the box, macro1 runs. But if instead of
me another macro changes the value of the text box, macro1 does not run after
update. How should I do this so no matter what changes the value of the text
box, macro1 runs?
"On Change" event does not do it either. Can anyone help me do this?
thanks
 
J

JethroUK©

none of the events fire if changed via code - if you're using code to change
the value, then just call the after_update event
 
Top