Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a number of informations, which is shared among spreadsheets on the same computer. For easy exchange I want to save these with SaveSetting, and then re-obtain with Getsetting. But I need to have the found data sorted after obtaining them, and was wondering how to do this? But how? How to sort that array after reading the data? Dim FD(100) As Variant For Counter = 1 to 100 FD(Counter) = GetSetting(...) Next And now how to sort??? Thanks in advance... CE |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Build a String Sort Key, sort a 2 dimen array Mar20 | Excel Programming | |||
Read csv to 2D array | Excel Programming | |||
ADO read to and array | Excel Programming | |||
How to read offset cells from dynamic sort array formula? | Excel Discussion (Misc queries) | |||
Read in Array | Excel Programming |