George has attended:
Excel VBA Intro Intermediate course
Excel VBA - code protection from users
How can I protect the code written in VBA from the user accessing or modifying it?Are there any password controls?
RE: Excel VBA - code protection from users
Hi there
I think what you are looking for is
Open you VBE
Select your module
Right click VBA : project properties
Choose protection
Lock projection for viewing and add your password.
Hope this is what you needed
RE: Excel VBA - code protection from users
Hi George
Thanks for your question
I have little to add to Sophies response to your post, as this is the correct way to achieve that objective
Regards
Stephen