Can VBA codes can be protected from view.

P

Peo Sjoblom

Yes but it can be cracked if someone is determined enough, have a hex editor
and can go online

If you go into the VBE (alt + F11) you can right click any VBA project and
select properties (or select the project and do tools>vba project
properties), there look under protection
 
B

Bob Phillips

Yes, select the project in the VBIDE, right-click and choose Properties, and
it is all on the Protection tab.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
D

Dave Peterson

Within the VBE with your project the active project:

Tools|VBAProject Properties
Protection tab.

But this isn't foolproof. There's lots of stuff that crack this password--some
of it free, some not.

Prakash wrote:
 
Top