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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top