Now that I know that there is an easy workaround to the standard way of locking and password-protecting VBA code, I\'d like to move on to more effective ways of protecting c
The easiest and most efficient way is to move your VBA code to a VB6 compiled Com/automation addin.
Or you may want to consider a .Net (with obfuscator) solution if performance is not important.