macro protection

  • Thread starter Thread starter Byers
  • Start date Start date
B

Byers

In my macro that I wrote, I have the password to unprotect th
worksheet. I would like to keep that a secret. The button a create
for my macro is protected, so it cannot be change, but the user of m
workbook can go into tools>macros> and edit the macro there.
Is there a way to make it so they cannot view the macro code?
Data still needs to be entered in places on the worksheet, but I'v
designed it so that it can only be entered in specified places
 
Hi there,

Right click the module, select VBAProject Properties, then the
Protection tab. You'll see a place to enter your password there.

Hope this helps.
 
Hi
in the VBA editor select your project and right-click on
it to topen the VBAProperties dialog. In the protection
tab enter a password.

note: This kind of protection is easily circumvented (less
than 1 minute to do)
 
I'm not looking for protection against hackers, just regular compute
users so they can't mess it up. However, my curiosity would like t
know how it can be "circumvented."


thank yo
 
Click the User CP button at the top and you will see a link to edi
your profile
 

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

Back
Top