Use Run Macro with 4 how-to topics, including running an existing macro, creating a macro, deleting a macro, and recording a new macro; choose a topic from the index and follow the steps.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 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
Entry point: Developer Tools → Run Macro
- Click Run Macro on the Developer Tools tab.
- Select the macro you want to run from the macro list.
- Click Run to execute the macro.
Success Criteria
- UI state: The macro list opens and shows available macros.
- Next actions: The selected macro starts running and the spreadsheet updates as expected.
Tips While Using
- Common mistakes: Clicking Run before selecting the correct macro.
- Environment limits: If the VBA plugin is not installed, the related entry may be unavailable.
2. Create a Macro
Entry point: Developer Tools → Run Macro → Create
- Click the Developer Tools tab.
- Click Run Macro.
- Enter a macro name.
- Click Create to finish.
Success Criteria
- UI state: WPS accepts the new macro name and opens the next creation or editing step.
- Next actions: You can continue writing or maintaining the macro.
Tips While Using
- Common mistakes: Using duplicate or unclear macro names, which makes later management harder.
- Environment limits: Confirm that the VBA plugin is installed before you start.
3. Delete a Macro
Entry point: Developer Tools → Run Macro → Delete
- Click the Developer Tools tab.
- Click Run Macro.
- Select the macro you want to delete from the list.
- Click Delete.
Success Criteria
- UI state: The deleted macro no longer appears in the macro list.
- Next actions: You can continue managing other macros.
Tips While Using
- Common mistakes: Deleting a macro before confirming what it is used for.
- Environment limits: Deleted macros are not typically restored directly, so confirm before removing one.
4. Record a New Macro
Entry point: Developer Tools → Record New Macro
- Click Record New Macro on the Developer Tools tab.
- Enter a macro name and set a shortcut key if needed.
- Perform the repeated actions you want to automate.
- Click Stop Recording when you finish to save the macro.
Success Criteria
- UI state: After recording ends, the new macro appears in the macro list.
- Next actions: You can run the recorded macro again from Run Macro.
Tips While Using
- Common mistakes: Recording unrelated actions, which changes the final result of the macro.
- Environment limits: Macro names support letters, numbers, and underscores.