Test Runner
Execute your compiled bytecode. View Reference →
Compilation is the fundamental step in the VBA Padlock Studio security model. When you trigger the Compile Project command (F5), your human-readable VBA scripts are transformed into proprietary, encrypted bytecode. This ensures that even if your DLL were analyzed, your original source code remains hidden. Learn more about how this works in the VBA Compilation Feature guide.
A successful compilation is the prerequisite for all subsequent steps in the build process.
.bas modules and checks for syntax compatibility..vbaplcode file is verified to ensure it is ready for testing or final deployment.The Messages panel at the bottom of the interface acts as your real-time diagnostic center. It provides instant feedback on the health of your project:

| Key | Action |
|---|---|
| F5 | Trigger Compilation — Rebuild all modules from source. |
Test Runner
Execute your compiled bytecode. View Reference →
Publish Final DLL
Assembled the final package. View Reference →