VB Password help

M

May

Hi
I created an excel spreadsheet that uses VB Macros. How
do I set up a password so that other people using the
report can not go into Visual Basic and mess with the
coding?
 
J

J.E. McGimpsey

in the VBE, Tools/VBAProject Properties/Protection, check the Lock
Project for viewing checkbox and supply a password.

Note, however, that there are cheap commercial crackers out there
that will remove such protection, and your code can be read largely
intact in a hex editor.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top