Use WPS Macro Editor with 1 how-to topic, including 1 free topic and 0 membership-related topics; start from the How-to Index and follow the steps in order.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Open the JS Macro Editor and write module code | Free |
How-to Guide
1. Open the JS Macro Editor and write module code
Feature entry: Tools tab → Developer Tools → WPS Macro Editor
- Click the Developer Tools button on the Tools tab.
- After you enter the Developer Tools tab, click WPS Macro Editor.
- In the Macro Editor, click Insert at the top, then click Module.
- Write JavaScript code in the JS module.
Success Criteria
- Interface result: The Macro Editor window opens and the module editing area is visible.
- Next action available: You can continue entering, editing, and saving JavaScript macro code.
Tips While Using
- JavaScript macros are not compatible with VBA macros.
- Avoid running macro script files from unknown sources to reduce security risks.
- If you want to reuse VBA logic on other platforms, rewrite it as a JavaScript macro.