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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top