VBA Software Copy Protection

A

Andy

I have created a VBA application using Visio and am looking to provide
some form of copy protection/licensing. I was hoping to avoid the use
of a hardware key. Any suggestions of suitable products?

Thanks
 
C

Chris [Visio MVP]

Doesn't VBA have password protection? I'm sure folks can probably crack it,
but it's better than nothing.

Just right-click on a module in VBA and choose Properties...you'll find the
protection in there.
 
A

Andy

Yes, but I would also like to prevent my application being copied and
used on other systems. So protecting the code is a start.
 
A

Al Edlund

then you're probably better off compiling the intellectual capital of it and
calling it from within the document.
al
 

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

Top