Use Run Macro in WPS on macOS through 4 how-to topics; 4 are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Run an Existing Macro | Free |
| 2 | 2. Create a Macro | Free |
| 3 | 3. Delete a Macro | Free |
| 4 | 4. Record a New Macro | Free |
How-to Guide
1. Run an Existing Macro
Feature entry: Developer → Run Macro
- Click the Developer tab and select Run Macro.
- In the macro list, select the macro you want to run.
- Click Run to execute the saved macro steps.
Success Criteria
- The selected macro starts running.
- The spreadsheet responds according to the saved macro steps.
Tips While Using
- Confirm the macro name before running it.
- If no macro is available in the workbook, there will be nothing to run from the list.
2. Create a Macro
Feature entry: Developer → Run Macro → Create
- Click the Developer tab.
- Select Run Macro.
- Enter a macro name.
- Click Create to finish creating the macro.
Success Criteria
- The new macro entry is created successfully.
- You can continue with later macro editing or maintenance.
Tips While Using
- Use a clear macro name so it is easier to identify later.
- Check whether a similar macro already exists before creating a new one.
3. Delete a Macro
Feature entry: Developer → Run Macro → Delete
- Click the Developer tab.
- Select Run Macro.
- Choose the macro you want to remove.
- Click Delete.
Success Criteria
- The selected macro is removed from the list.
- The macro list refreshes without the deleted item.
Tips While Using
- Confirm the selected macro before deleting it.
- Review the macro name carefully to avoid removing the wrong item.
4. Record a New Macro
Feature entry: Developer → Record New Macro
- Click Record New Macro on the Developer tab.
- Enter a macro name and set a shortcut if needed.
- Perform the repeated actions you want to automate.
- Click Stop Recording when finished to save the macro.
Success Criteria
- The recorded macro appears in the macro list afterward.
- You can run the recorded macro again later.
Tips While Using
- Macro names support letters, numbers, and underscores.
- Plan the action order before recording so the result is easier to reuse.