When adding a checkbox, how do you access the value from VBA?
Figured it out
If Sheet1.Shapes("chkMyCheck").ControlFormat.Value = xlOn Then .....