Hi All,
I have a problem with a very simple If/Then statement which I can't explain and can only think it may be a bug.
I know the value of row(4) is 1
Log("row 4 = "&Row(4)) ' log result = 'row 4 = 1'
If Row(4) = 1 Then
checkbox1.Checked = True
Log("should now be checked")
End If
The checkbox doesn't get updated and the Log message "should now be checked" doesn't get shown in the logs.
I have a problem with a very simple If/Then statement which I can't explain and can only think it may be a bug.
I know the value of row(4) is 1
Log("row 4 = "&Row(4)) ' log result = 'row 4 = 1'
If Row(4) = 1 Then
checkbox1.Checked = True
Log("should now be checked")
End If
The checkbox doesn't get updated and the Log message "should now be checked" doesn't get shown in the logs.