Variable Manipulation
Im assigning cell contents to variables;
Mid = Range("A9").Value
Nor = Range("C9").Value
Uni = Range("E9").Value
While this procedure is running I need to sort those three variables low to
high then run a series of nested if statements. I do not know how to sort
the variables assigning a ranking to be used in the nested ifs. Any advise
welcome€¦
Appreciatively,
Arturo
|