Description
Returns True if the range is not of the form "Is>a" or "Is>=a".
Arguments
x can be a single range or a range array.
Action
Returns True if the range is not of the form "Is>a" or "Is>=a". On any array, HasUpperBound returns True if HasUpperBound evaluates to True on every element of the array.
Typical uses
Use when you want to see if a range of data or a range array has an upper limit.
Examples
HasUpperBound (Is<5)
Returns True.
HasUpperBound (Is>=7)
Returns False.