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
SAM S.L - 09 Oct 2007 13:50 GMT
the solution:
for a greyed checkbox and unable to editing ....
checkbox.value=0
checkbox.enabled=false
thanks
> Hi!
>
[quoted text clipped - 13 lines]
>
> Sam