index function in VBA

C

c1802362

excel has the built in function Index(range, row_no, column_no)

is there a comparable VBA function (xlIndex?)

Art
 
B

Bob Greenblatt

excel has the built in function Index(range, row_no, column_no)

is there a comparable VBA function (xlIndex?)

Art
And, in addition, you can use application.index
 
Top