Hi All,
If I wanted to state a variables value based on another variable, how could I do that?
The two variables I current have in the script are
What I want to achieve is establish Amber as being between Green +1 & Red -1
Any help appreciated!
If I wanted to state a variables value based on another variable, how could I do that?
The two variables I current have in the script are
Code:
Dim Red as Long
Dim Green as Long
Dim Amber as Long
Green = Sheets("HURDLES").Range("C5").Value
Red = Sheets("HURDLES").Range("E5").Value
What I want to achieve is establish Amber as being between Green +1 & Red -1
Any help appreciated!