I have seen this problem but so long ago I'm not sure what the solution was.
I'd guess it's to set the value of the control directly:
Sheet1.CheckBoxes("Check box 1").Value = True
This is for a Forms toolbar check box. You didn't mention which kind you're
using.

Signature
Jim
>I am having a problem with the display of control check boxes and option
> buttons reflecting the value of their linked cells.
[quoted text clipped - 15 lines]
> the
> copy/paste.
BRG - 22 Apr 2008 13:55 GMT
Hey Jim, thanks for the response.
I'm using checkboxes and option buttons from the control toolbar. The
buttons (and their linked cells) already have the values I want them to keep.
The problem is that with the cells locked, when you try to select say an
option button, an error pops up, the display of the button goes from
'selected' to 'not selected' or visa versa (which I don't want), but the
value of the linked cell doesn't change(which I want).
I want to either prevent the display of the button from changing, or find
some way to instruct all buttons and boxes to reflect the value that's in
their linked cells.
Thanks

Signature
BRG
> I have seen this problem but so long ago I'm not sure what the solution was.
> I'd guess it's to set the value of the control directly:
[quoted text clipped - 23 lines]
> > the
> > copy/paste.