View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How do I protect my code?

Not in the same workbook project.

Maybe you can move your code into an addin and protect that the way you want.

Or ask him to put his macro into another workbook and use alt-f8 to run it.

HS wrote:

Hello everybody

I'm a freelancer and I created an excel sheet with some vba code for my
client.

I protected the VBA with password.

Now the client wants to be able to create his own macro as well , but he
gets this password protection.

So is it possible to just protect my vba code and let him create his macros?

Thanks


--

Dave Peterson