Thread: Index in VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default Index in VBA

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" wrote in message
...
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.