aragon123321
New Member
- Joined
- Jul 6, 2015
- Messages
- 26
What is wrong with this?
I want to compare my values from a range to a single cell.
My Value for Cell 22,2 is 4
Dim Cell, Result As String, I As Long
For I = 3 To 17
If Cells(I, 2).Value > Cell(22, 2).Value
Then
Call Step2(" Error")
Exit Sub
I want to compare my values from a range to a single cell.
My Value for Cell 22,2 is 4
Dim Cell, Result As String, I As Long
For I = 3 To 17
If Cells(I, 2).Value > Cell(22, 2).Value
Then
Call Step2(" Error")
Exit Sub