How Can I create a password for a Macro?

  • Thread starter Orchid via OfficeKB.com
  • Start date
O

Orchid via OfficeKB.com

Hi every one,
I create a macro in ms word and now I need create a password for that macro
because I'd like to hide the source code of macro from other users,what can I
do?
Please help me.

Best Regards.
Orchid
 
J

Jezebel

Method 1: In VBA, go to Tools > Properties. Set a password on the Protection
tab.

Method 2: Port your code to VB and compile as a DLL.

Method 3: forget about it. Intellectual property in VBA macro code isn't
worth the proverbial bowl of warm spit. Particularly if it was written by
someone not aware of methods 1 and 2.
 
O

Orchid via OfficeKB.com

Dear Jezebel,
Thanks alot for your help.

Best Wishes
Orchid

Method 1: In VBA, go to Tools > Properties. Set a password on the Protection
tab.

Method 2: Port your code to VB and compile as a DLL.

Method 3: forget about it. Intellectual property in VBA macro code isn't
worth the proverbial bowl of warm spit. Particularly if it was written by
someone not aware of methods 1 and 2.
Hi every one,
I create a macro in ms word and now I need create a password for that
[quoted text clipped - 6 lines]
Best Regards.
Orchid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top