Macros

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

Guest

How can I run 2 Macros at the same time?
Both of them are located in the After Update.
 
you want to run two macro actions from the AfterUpdate event of a single
form or control? you can't run them *literally* at the same time, but you
can run one right after the other. simply add both actions to the same macro
sheet, one right below the other. if the first action has a condition
written in the Condition column, then enter an ellipsis (...) in the
Condition column of the second action.

hth
 
How can I run 2 Macros at the same time?
Both of them are located in the After Update.

Have one macro call the other.

John W. Vinson[MVP]
 
You can't run them both at the same time, you have to run one and then the
other
 

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