Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you so much.
"Tim" wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index from TM | Excel Worksheet Functions | |||
Chart axes color index vs font color index | Charts and Charting in Excel | |||
Index ( ) | New Users to Excel | |||
How do I pull the col. index value as well as row index value | Excel Discussion (Misc queries) | |||
index | Excel Programming |