Argument | Description |
|
macroname | A string expression that's the valid name of a macro in the current database. |
| If you run Visual Basic code containing the RunMacro method in a library database, Microsoft Access looks for the macro with this name in the library database and doesn't look for it in the current database. |
repeatcount | A numeric expression that evaluates to an integer, which is the number of times the macro will run. |
repeatexpression | A numeric expression that's evaluated each time the macro runs. When it evaluates to False (0), the macro stops running. |