View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
carlo carlo is offline
external usenet poster
 
Posts: 367
Default "Protecting" VBA macro from source reading...

When you are in the VB-Editor, go to tools -- VBA project properties
and there you have a Tab security where you can enter a password.
How secure this is...don't ask me, but you sure can find some infos
about that on google.

hth

Carlo

On Nov 26, 5:08 pm, Kedar Agarkar wrote:
Hi,

Is there any way to protect VBA macro from source code reading and
modification? Is only way to do is to wrap as COM object?

Thanks for your time.

- KA