View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tushar Mehta Tushar Mehta is offline
external usenet poster
 
Posts: 1,071
Default Password protection of an Excel Add-In

Create a COM add-in.

Any XLA type add-in can be protected with a password (set from the
VBE). However, breaking through that kind of protection is an almost
trivial exercise.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Hi

What would be the best way to protect the code in an Excel Add-In?

Thanks

Shawn