Question: How can you run a submacro saved in a macro?
- Use an If container in the macro.
- Call the submacro with the [MacroName]![SubMacroName] syntax.
- Use a RunMacro or OnError macro action.
- Expand the macro in the **Navigation Pane** and double-click the submacro name.
Answer: The correct answer of the above question is Option C:Use a RunMacro or OnError macro action.