WPS VB Editor on Windows FAQ

Last updated:July 16, 2026

When using WPS VB Editor, the most common questions are about where to find the entry, how to use the shortcut, and how to create modules; this FAQ includes 3 common questions plus a glossary.

FAQ

Why can’t I find the VB Editor entry?

  1. Confirm that you are currently working in WPS Presentation rather than another WPS component.
  2. Click the Tools tab at the top and check whether Developer Tools is available.
  3. Look for the VB Editor entry under Developer Tools.
  4. If you still cannot find it, try pressing Alt+F11 directly.

What should I do if Alt+F11 does not respond?

  1. Click the WPS Presentation window first to make sure the app is active.
  2. Press Alt+F11 again.
  3. If it still does not respond, use Tools → Developer Tools → VB Editor instead.
  4. Check whether another program is using the same shortcut.

How do I create a new module in the VB Editor?

  1. Open the VB Editor window first.
  2. Click the Insert menu in the editor.
  3. Select Module.
  4. Enter VBA code in the new module and continue editing.

Glossary

TermDefinition
VB EditorThe window environment used to write and edit VBA code.
VBAShort for Visual Basic for Applications, used to automate tasks in office software.
ModuleA code container used to store procedures and functions.
MacroA reusable automated operation, usually implemented with VBA code.