I have to compare the values of an array with a another value. How do you add items to an array using VBA Code? For example:
Col A = Start #
Col B = End #
Cell A1 = 100, B1 = 200
Nothing in Row 2
Cell A3 = 300, B3 = 400
Cell A4 = 500, B4 = 600
etc....
Now I want to compare each Start # and End # with my Start # and End #. Any Help would be fabulous!
Col A = Start #
Col B = End #
Cell A1 = 100, B1 = 200
Nothing in Row 2
Cell A3 = 300, B3 = 400
Cell A4 = 500, B4 = 600
etc....
Now I want to compare each Start # and End # with my Start # and End #. Any Help would be fabulous!