View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Pistolprinsen Pistolprinsen is offline
external usenet poster
 
Posts: 2
Default Add-ins passwords

Forget it!
A determine user can always, with relative ease, get to your VBA-code!

Just try to google a little for tools to get by any Excel-protection, and
you'll find there are plenty out there...

Any such protection would be for the casual common user only, and for that
purpose a password protected XLA should do just fine...


regards,

Pistolprinsen



----- Original Message -----
From: "bad_boyu"
Newsgroups: microsoft.public.excel.programming
Sent: Saturday, June 10, 2006 2:07 PM
Subject: Add-ins passwords


How safe are Add-ins passwords? Do you recommend using an add-in to
protect your code, or is better to move the code in a dll file? Are
there any other solutions to protect your VBA code?

Thanks and have a nice day ;)