I have a userform that I've created that I want protected. I'd like the
user to open the file, enter all necessary information and but I want the
page protected after it has been completed.
How do i do that?
Is it really a userform (a custom dialog into which data is entered and then
transferred into a document) or a document using formfields which allow the
user the enter the information directly into the document. For the latter,
the document must be protected for the formfields to work and that is done
either by using the icon on the Forms toolbar (View>Toolbars) or by
selecting Protect from the Tools menu.
If it is a userform, use the .Protect command in the code behind the form.
See the article "How to create a Userform" at:
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
Please Fill Out This Form
Part 1: Create professional looking forms in Word
http://www.computorcompanion.com/LPMArticle.asp?ID=22
Part 2: Adding Automation to your Word forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=46
Part 3: Learn more VBA (macros) to automate your forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=119
Part 4: Use custom dialog boxes in your Word forms
http://www.computorcompanion.com/LPMArticle.asp?ID=127
Part 5: Connect your AutoForm to a database to save input time and keep
better records!
http://www.computorcompanion.com/LPMArticle.asp?ID=136

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I have a userform that I've created that I want protected. I'd like the
> user to open the file, enter all necessary information and but I want the
> page protected after it has been completed.
>
> How do i do that?