Hi All,
I am trying to use the following to define the first and last value of an entered array (partial code shown below). is there a way to make this work?
For j = 1 To finalrow3
For l = 1 To 200
If base(j, 1) = firstlast(l, 2) And Year(dates(j, 1)) <= firstlast(l, 1) And...