Macros

M

Miguel Vivar

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

tina

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
 
Top