Hello -

Do controls dropped in a worksheet have the same properties as controls placed on UserForms?
I have a checkbox in a sheet and I can't seem to get its state from the macro. I try:
Worksheets("Sheet1").CheckBox93.Value = True
and nothing happens...

Thanks!