Hello users on MrExcel. I am still a Newbie at VBA, so this question might seem a bit dumb, but i have tried to find a solution for the past 2 days, on and off.
Lets just say, for the ease of it, that i have a Cell with the symbol ">", and it can change to "<"
The cell i defined as "s" and dimmed as string.
My question is:
How do i put it into my if formula
If i & s & k Then (I want it to say i < k Then)
x = x + 1
Else
End if
Any help will be much appreciated!
Lets just say, for the ease of it, that i have a Cell with the symbol ">", and it can change to "<"
The cell i defined as "s" and dimmed as string.
My question is:
How do i put it into my if formula
If i & s & k Then (I want it to say i < k Then)
x = x + 1
Else
End if
Any help will be much appreciated!