drhatmrexcel
Board Regular
- Joined
- Oct 30, 2009
- Messages
- 69
Simple Code does not work
If Range("B7") = "1" Then
End If
When there is a 1 in cell B7 the code falls through and executes the remaining code whereas it should stop immediately.
If Range("B7") = "1" Then
End If
When there is a 1 in cell B7 the code falls through and executes the remaining code whereas it should stop immediately.