How to enter two Macros on a single Properties line?

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

Guest

I'm trying to run two Macros on the On Exit property of a Text Box data
entry. Is this possible? One will run fine. But, I don't know how to run
two on the same On Exit line. I just thought of an idea. Maybe I can add
the second macro to the first macro design. Hopefully this will run both at
the same time. Any other suggestions please let me know.
 
You can either add the code from the second macro to the first macro, or you
can create a third macro that runs the first two, and put that third macro
as the OnExit property.
 

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