Question : How to sort an array stucture by date variable?

Please see my attached code.

I need to sort my array of type structure by the TransDate Field.

Help, I need code.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
Dim mTransForecast() As sTransLedger
 
    Structure sTransLedger
        Dim AcctID As Integer
        Dim TranDate As Date
        Dim TranCategory As eTransCategories
        Dim TranAmount As Double
        Dim TransDesc As String
    End Structure

Answer : How to sort an array stucture by date variable?

here is what you need:
http://forums.msdn.microsoft.com/en-US/vblanguage/thread/9af03200-58d6-4035-84e8-2554347bc25b/

if you have any questions, i may be avail for chat through my profile
Random Solutions  
 
programming4us programming4us