Question: How can you run a submacro saved in a macro?

  1. Use an If container in the macro.
  2. Call the submacro with the [MacroName]![SubMacroName] syntax.
  3. Use a RunMacro or OnError macro action.
  4. 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.