New Forms in Outllook to protect

  • Thread starter Thread starter KieselB
  • Start date Start date
K

KieselB

I create new forms, now i wil protect the sheets.
How i do that?

I search for a makro or URL, Links for manuals.......

Thanks for tips and any material
 
To protect a form's design you can password protect the form, which
prevents users from going into design mode unless they enter the
password. Be aware though that code can be used to bypass the security
by finding the password. However you have to know what you're doing to
bypass the security so you are safe from most users.

To set a password on a form go to the Properties tab when the form is
in design mode. Check the Protect form design checkbox and enter a
password when you are prompted after clicking the Set Password button.

For more forms design information see
http://www.slipstick.com/dev/forms.htm
 
Thank You

Kiesel Bernd

Ken Slovak - said:
To protect a form's design you can password protect the form, which
prevents users from going into design mode unless they enter the
password. Be aware though that code can be used to bypass the security
by finding the password. However you have to know what you're doing to
bypass the security so you are safe from most users.

To set a password on a form go to the Properties tab when the form is
in design mode. Check the Protect form design checkbox and enter a
password when you are prompted after clicking the Set Password button.

For more forms design information see
http://www.slipstick.com/dev/forms.htm
 
Back
Top