Sub Macro1()
Sheets("Sheet1").Select
If Range("H20").Select = "FALSE" Then
MsgBox "NOT CHECKED"
Else
MsgBox "CHECKED"
End If
End Sub
H20 contains the result of a checkbox of either a False or True. Seems im always getting the Checked response which means im obviously not getting the result form the sheet correctly.
Thanks again,
Ken
Bookmarks