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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top