checkbox status

S

SAM S.L

Hi!

I am working with VBA in word 2003 and sp3.

the values for any checkbox are:

0 / false -> unselected
1 / true -> selected
2 / -> selected AND greyed

Exists any value to set the checkbox unselected and greyed?
And any property to deny allow change? I like to view the checkbox without
the option to access it for change his value


Thanks!!!!!


Sam
 
S

SAM S.L

the solution:

for a greyed checkbox and unable to editing ....
checkbox.value=0
checkbox.enabled=false

thanks
 
Top