I'm pretty stuck and confused as hell
Every time I try to do something, i get subscript out of range.
So I think there is a problem here:
Am I setting up my for loop wrong?arrBreakPoint = Range("a4:a7").Value arrTaxPct = Range("b4:b7").Value For i = LBound(arrBreakPoint) To UBound(arrBreakPoint)
![]()