Link to home
Start Free TrialLog in
Avatar of numcrun
numcrun

asked on

VBA code protection

Hi, I am using Excel 97 and I need to protect my VBA project code. The built in password protection is too easily cracked with cheap or free software. Does anyone know of any companies which sell VBA project encryption software, and/or is there another way of doing this. I have done extensive net searches and found nothing.
Avatar of Steiner
Steiner

Do you have Visual Basic (not VBA but the standalone?) If so, you could put your sensitive code into a .dll and use that from within VBA. That way you have only some calls in your VBA code while the real code is inside a compiled dll.
Avatar of numcrun

ASKER

Thanks for that, but I do not have VB.
ASKER CERTIFIED SOLUTION
Avatar of Steiner
Steiner

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial