Index in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Friends, is it possible creat index with primary index and secund index in
Excel Sheet (VBA)? beacause I 'm doing a program where I need index to
access the register more quickly and do sort then.
 
Excel doesn't have indexes in the [database] sense I think you mean.
You're free to create any *columns* you wish, but since Excel is not a
database there's no enforcement of uniqueness unless you code it all
yourself.

Tim
 
Thank you so much.

Tim said:
Excel doesn't have indexes in the [database] sense I think you mean.
You're free to create any *columns* you wish, but since Excel is not a
database there's no enforcement of uniqueness unless you code it all
yourself.

Tim


Ienidualc said:
Friends, is it possible creat index with primary index and secund index in
Excel Sheet (VBA)? beacause I 'm doing a program where I need index to
access the register more quickly and do sort then.
 

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

Back
Top