higherUpper = IIf(upper1 >= upper2, upper1, upper2)?higherUpper = Application.Max(upper2,upper1)
Seems a little less convoluted and easier to read.
higherUpper = IIf(upper1 >= upper2, upper1, upper2)?higherUpper = Application.Max(upper2,upper1)
Seems a little less convoluted and easier to read.
p45cal
Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.