No. If you want to protect functionality, a form isn't the place to do it.
You might consider building some of your functionality into a COM add-in.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Can we encode the VBScript in Outlook forms so that people cannot read the
> source code?
No, the best you can do is set a password on the form but that's not very
secure and can easily be cracked in code using the Outlook object model.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Can we encode the VBScript in Outlook forms so that people cannot read the
> source code?
No, but you can obfuscate the code to make it a pain in the but to
understand:
http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1
http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfu
scation

Signature
---------------------------------
Trevor Lowing
Satellite Beach, Fl
tlowing@-removenospam-lowing.org
---------------------------------
Need help with:
Access?
http://www.mvps.org/access/
Outlook?
http://www.slipstick.com/
Visio?
http://www.mvps.org/visio/
HTML/CSS?
http://www.NCDesign.org
Scripting(VBScript/JScript/WSH/XML)?
http://www.DevGuru.com
http://cwashington.netreach.net/
http://developer.irt.org/script/script.htm
---------------------------------
> Can we encode the VBScript in Outlook forms so that people cannot read the
> source code?
Sue Mosher [MVP-Outlook] - 31 Jul 2004 04:30 GMT
Just curious: Did you have any problems after using an obfuscator with
Outlook form VBScript code?

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> No, but you can obfuscate the code to make it a pain in the but to
> understand:
http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1
http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfu
scation
> > Can we encode the VBScript in Outlook forms so that people cannot read the
> > source code?
Karen - 02 Aug 2004 04:07 GMT
Thank you very much!
> No, but you can obfuscate the code to make it a pain in the but to
> understand:
http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1
http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfu
scation
> > Can we encode the VBScript in Outlook forms so that people cannot read the
> > source code?