Hiding VB code & Securing Code

D

Dave Allen

I need to send out an Excel SS to customers, and need to
protect the IPR of the code and macros.
It has all been done in VB

Does anybody have any ideas how I can protect and secure
this thing?

Obviously I have signed the macros with a Dig Sig. and
password protected the SS, but once the user has gained
R/O access they can save as something else and get access
to the code....

Any thoughts welcome

Dave
 
D

Dave Peterson

Did you mean VBA?

If yes, inside the VBE, you can lock the project.
Tools|VBAProject Properties|Protection tab.
Give it a memorable password and lock the project for viewing.

But it's not really secure. There are password crackers available (minimal
cost) that will open your project.
 

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

Similar Threads

Hiding VB Code 4
Hiding VB Code 5
Need a formula to sort without using a macro 5
Hiding macro code 3
Auto deletion of excel file after a certain date - expiry 5
VB code 3
Macros Issue 2
VB Code for Excel 2

Top