I have added a ListBox to a SHEET (not to a \"UserForm\") I did this using the mouse. I clicked the little Hammer and Wrench icon.
This ListBox seems to be easily re
To access the state of a checkbox Active-X control on Sheet1:
Dim checkBox1 As Object Set checkBox1 = Sheet1.OLEObjects("CheckBox1").Object MsgBox checkBox1.Value