I don't think you can change the value that check boxes return, but there are probably other ways to skin that cat. You could use a drop down or a list box. Or you could have an if statement in another cell that will return your words based on the checkbox value. Or you could write some code that would populate that cell based on the checkbox change event.
|