Thread: Custom security
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Custom security

Yeah, VBA does not lend itself to a lot of security. Philip has touched on
another approach, set up several levels of security and give them a maze to
work through to get to where the critical code is. Make them at least work
for what they steal.<g

"anon" wrote:

I like the code however anybody could password crack and find this
code and delete it, or simply open the sheet without macros and still
see the formula & code. I need something more secure than this.