Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to be able to read some data into a record structure and then depending on a users selection I want to be able to sort that structure different ways..see the structure below.... Type ResourceProjectData strResourceName As String strPrimaryRole As String intResourceTotalHours(1 To 12) As Integer ProjectDetails(1 To 500) As ProjectData End Type So for instance the the data is read in sorted by ResourceName....I want to be able to sort the record by PrimaryRole instead and then ResourceName....is there anyway to do this programmatically or do I have to read out data to a temporary sheet and the sort with worksheet functions ? Thanks for any help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort Routine | Excel Discussion (Misc queries) | |||
De-concatenate but maintain relationship/record structure | Excel Programming | |||
Generalising sort routine | Excel Programming | |||
how can I use excel to automatically generate routine report? | Excel Worksheet Functions | |||
Sort Routine VBA | Excel Programming |