Script Functions
View the full API reference. Browse Reference →
The Code Editor is where your intellectual property takes shape. It is a full-featured MDI (Multiple Document Interface) workspace designed specifically for writing VBA code that runs within the secure environment of a compiled DLL.

Writing code in VBA Padlock Studio feels natural for any Office developer, but with the added benefit of compiled security.
DateAdd, Trim, etc.), constants, and project-specific variables.Your project is organized into .bas script files, which you can manage from the Project Explorer or the Ribbon.
| Shortcut | Action |
|---|---|
| Ctrl + S | Save — Save all open modules to the project folder. |
| Ctrl + F / H | Find / Replace — Standard search tools within the active module. |
| Ctrl + Z / Y | Undo / Redo — Standard history operations. |
| F1 | Command Palette — Access all IDE commands. |
| Ctrl + Space | IntelliSense — Force the code completion window to appear. |
Script Functions
View the full API reference. Browse Reference →
VBA Compatibility
What’s supported in the DLL? View Compatibility →
Script Libraries
Office constants & utilities. Browse Libraries →