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?
- Confirm that you are currently working in WPS Presentation rather than another WPS component.
- Click the Tools tab at the top and check whether Developer Tools is available.
- Look for the VB Editor entry under Developer Tools.
- If you still cannot find it, try pressing Alt+F11 directly.
What should I do if Alt+F11 does not respond?
- Click the WPS Presentation window first to make sure the app is active.
- Press Alt+F11 again.
- If it still does not respond, use Tools → Developer Tools → VB Editor instead.
- Check whether another program is using the same shortcut.
How do I create a new module in the VB Editor?
- Open the VB Editor window first.
- Click the Insert menu in the editor.
- Select Module.
- Enter VBA code in the new module and continue editing.
Glossary
| Term | Definition |
|---|---|
| VB Editor | The window environment used to write and edit VBA code. |
| VBA | Short for Visual Basic for Applications, used to automate tasks in office software. |
| Module | A code container used to store procedures and functions. |
| Macro | A reusable automated operation, usually implemented with VBA code. |