I assume that "form/screen" is your own term for "UserForm". (The word
'form' usually means a document with formfields.)
1. When you re-protect the document, you need to use the 'noreset' argument.
Otherwise the formfields are cleared --
activedocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=true
2. In your UpdateCheckBox code you set BMRange, but then don't refer to it.
What did you have in mind with this?
> In a Word VBA code I am displaying a Form/Screen with lots of Checkboxes
> on
[quoted text clipped - 35 lines]
> this
> problem and keep the X in the box with no success. Any suggestion?
Jeffery B Paarsa - 14 Aug 2006 06:54 GMT
Thank you it worked... Regarding the unsed variable ignore it I just tried to
post the code as brief as I could and I forgot to take them out...

Signature
Jeff B Paarsa
> I assume that "form/screen" is your own term for "UserForm". (The word
> 'form' usually means a document with formfields.)
[quoted text clipped - 46 lines]
> > this
> > problem and keep the X in the box with no success. Any suggestion?