The Protect ribbon tab is the heart of VBA Padlock Studio. It hosts the entire protection lifecycle in three groups (Project , Build Project , and Advanced ), taking you from a plain macro-enabled Office file to a professional, protected software product.
Every project follows the same automatic path:
Open: Load your Office file (Ctrl+O ); the first open triggers an automatic analysis of your VBA.
Review: Check the Protection Review to see which procedures move to the DLL and which stay in VBA, and override any decision.
Adjust: Fine-tune Project Info and References if needed; the defaults work for most projects.
Produce: Run Produce or Test Run to compile the DLLs and inject the wrappers into a protected copy of your document.
Ship: Package everything with Distribution .
Project
File and analysis management.
Open Office File (Ctrl+O), Save All (Ctrl+S), Close Project
Project Info : identity, output, Security Code
References : constant libraries compiled into the DLL
Re-analyze : re-import VBA from the source file
View Report : open the Protection Review
Build Project
From source to protected file.
Advanced
Editing Workspace
Tools that live outside the ribbon groups.