When using Record New Macro, common questions usually involve playback issues, editing access, and naming rules; this FAQ includes 3 common answers and a glossary.
FAQ
What should I do if the recorded macro does not run correctly?
- Check whether the full target workflow was completed during recording.
- Confirm that the macro name and save location are correct.
- If needed, open the macro editor and adjust the recorded code.
How do I edit a macro that I already recorded?
- Open the Run Macro entry from Developer.
- Select the macro you want to edit from the list.
- Click Edit to open the VBA Macro Editor or the WPS Macro Editor.
What are the naming rules for a macro?
- The macro name must begin with a letter.
- The macro name can contain only letters, numbers, and underscores.
- The macro name cannot contain spaces or special characters.
Glossary
| Term | Definition |
|---|---|
| Macro | A set of recorded actions that can be replayed to automate repeated work. |
| JS Macro | A macro type associated with JavaScript-based recording and editing. |
| VBA Macro | A macro type that runs and is edited in a VBA environment and requires the VBA plug-in on Windows. |