Darren Bartrup
Well-known Member
- Joined
- Mar 13, 2006
- Messages
- 1,297
- Office Version
- 365
- Platform
- Windows
Hi all,
I'm having trouble sorting an array out - maybe something to do with my brain melting in all this heat at the moment (no such thing as air conditioning here).
Anyway, here's my array:
Any help is greatly appreciated!
I'm having trouble sorting an array out - maybe something to do with my brain melting in all this heat at the moment (no such thing as air conditioning here).
Anyway, here's my array:
- strEmail(1,1) = Email_Address1
strEmail(1,2) = OT
strEmail(1,3) = PSI
strEmail(2,1) = Email_Address2
strEmail(2,2) = LD
strEmail(2,3) =
strEmail(3,1) = Email_Address3
strEmail(3,2) = All
strEmail(3,3) =
strEmail(4,1) = Email_Address4
strEmail(4,2) = LD
strEmail(4,3) =
strEmail(5,1) = Email_Address5
strEmail(5,2) = MH
strEmail(5,3) =
strEmail(6,1) = Email_Address6
strEmail(6,2) = OP
strEmail(6,3) =
strEmail(7,1) = Email_Address7
strEmail(7,2) = MH
strEmail(7,3) =
strEmail(8,1) = Email_Address8
strEmail(8,2) = CH
strEmail(8,3) =
- SomeOtherArray(1,1) = Email_Address1
SomeOtherArray(1,2) = OT
SomeOtherArray(1,3) = PSI
SomeOtherArray(2,1) = Email_Address2; Email_Address4
SomeOtherArray(2,2) = LD
SomeOtherArray(2,3) =
SomeOtherArray(3,1) = Email_Address3
SomeOtherArray(3,2) = All
SomeOtherArray(3,3) =
SomeOtherArray(4,1) = Email_Address5; Email_Address7
SomeOtherArray(4,2) = MH
SomeOtherArray(4,3) =
SomeOtherArray(5,1) = Email_Address6
SomeOtherArray(5,2) = OP
SomeOtherArray(5,3) =
SomeOtherArray(6,1) = Email_Address8
SomeOtherArray(6,2) = CH
SomeOtherArray(6,3) =
Any help is greatly appreciated!