Record New Macro in WPS on Windows FAQ

Last updated:July 15, 2026

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?

  1. Check whether the full target workflow was completed during recording.
  2. Confirm that the macro name and save location are correct.
  3. If needed, open the macro editor and adjust the recorded code.

How do I edit a macro that I already recorded?

  1. Open the Run Macro entry from Developer.
  2. Select the macro you want to edit from the list.
  3. Click Edit to open the VBA Macro Editor or the WPS Macro Editor.

What are the naming rules for a macro?

  1. The macro name must begin with a letter.
  2. The macro name can contain only letters, numbers, and underscores.
  3. The macro name cannot contain spaces or special characters.

Glossary

TermDefinition
MacroA set of recorded actions that can be replayed to automate repeated work.
JS MacroA macro type associated with JavaScript-based recording and editing.
VBA MacroA macro type that runs and is edited in a VBA environment and requires the VBA plug-in on Windows.