Common questions about Record New Macro usually involve playback results, editing access, and naming rules; this section answers 3 frequent questions.
FAQ
What should I do if the recorded macro does not run correctly?
- Check whether you completed the intended actions during recording.
- Confirm that unrelated actions were not recorded by mistake.
- If the issue continues, open Tools → Run Macro → Edit and review the macro code.
How do I edit a recorded macro?
- Click Tools.
- Select Run Macro.
- Choose the target macro in the list.
- Click Edit to open the macro editor.
How should I name a macro?
- Start the macro name with a letter.
- Use only letters, numbers, and underscores.
- Do not use spaces or special characters.
Glossary
| Term | Definition |
|---|---|
| Macro | An automation command that records a set of actions so they can be repeated later. |
| JS macro | Macro code saved and run in JavaScript form; on Mac, this is the supported macro type. |
| All Documents | One of the save locations for a macro, allowing it to be reused in more document scenarios. |