I'm using the following formula in a cell
=IFERROR(INDEX($A$1:$A$33,AGGREGATE(15,6,(ROW($A$1:$A$33)/(($B$1:$B$33>=$I$1)*($B$1:$B$31<$J$1))),ROWS($A$1:$A2)-ROW($A$1))),"")
It works perfectly.
If i enter the same formula in my vba code, I get run time error. How to correct it. In vba code i wrote...