Link to home
Start Free TrialLog in
Avatar of pdering
pdering

asked on

How do I hide VBA code?

I wrote VBA code for Excel 2010.   I need to install it on 3 computers.  How can i hide the code from being seen?  Some sort of DLL conversion?
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

Will you settle for password protection? BTW it's not unhackable.

Go to the IDE, select Tools|VBA Project Properties|Protection and then select 'Lock project for viewing' and add your password.
Avatar of pdering
pdering

ASKER

Password protection would not resolve this particular situation.
What is the situation other than not wanting the user to be able to see the code?
ASKER CERTIFIED SOLUTION
Avatar of rspahitz
rspahitz
Flag of United States of America image

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
Which method did you choose to use?