How to Use WPS Macro Editor on Windows

Last updated:July 16, 2026

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.TopicMembership Requirement
11. Open the JS Macro Editor and write module codeFree

How-to Guide

1. Open the JS Macro Editor and write module code

Feature entry: Tools tab → Developer Tools → WPS Macro Editor

  1. Click the Developer Tools button on the Tools tab.
  2. After you enter the Developer Tools tab, click WPS Macro Editor.
  3. In the Macro Editor, click Insert at the top, then click Module.
  4. 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.