Check Box
Posted by Joe C on October 22, 2001 11:50 AM
I put a checkbox in a spread sheet.
How do I reference it in VBA to see if it is true or false.
Can I put a checkbox in a sheet, and use it in this manner?
I tried
If CheckBox15 = True Then
but it does not seem to be checking the value.