Run Macro in WPS on Windows FAQ

Last updated:July 17, 2026

When using Run Macro, common questions usually involve execution issues, finding the entry point, and security checks; this FAQ includes 3 common questions and a glossary.

FAQ

What should I do if a macro cannot run?

  1. Open the Developer Tools tab.
  2. Check whether Macro Security settings are restricting the current macro.
  3. After confirming that the macro source is trusted, try running it again.

Why can’t I run a VBA macro on Mac?

  1. Confirm whether your current platform is Mac.
  2. Note that VBA macro code is supported only on Windows.
  3. If you need to run a VBA macro, switch to WPS Office on Windows.

What should I check before running a macro?

  1. Confirm that the macro file or script comes from a trusted source.
  2. Avoid running macros from unknown sources directly.
  3. Before using a macro in an important document, test it in a copy first.

Glossary

TermDefinition
MacroAn automation command that packages a set of preset actions so they can be repeated.
JS MacroA macro automation capability based on JavaScript-related scripting logic.
VBA MacroA macro written with Visual Basic for Applications, commonly used for desktop office automation.