twoplustwo
Registered User.
- Local time
- Today, 06:54
- Joined
- Oct 31, 2007
- Messages
- 507
Hi guys,
Hope everyone is well
I have a table with data in the following format:
SettlementDate ForecastDate ForecastID Data....
01/01/2009 25/12/2008 1
01/01/2009 27/12/2008 2
01/01/2009 01/01/2009 3
I have an array of this data in a VBA routine that already does some other stuff. Which is the best way to select the max ForecastID (along with the data) from the array?
Thanks for any help.
Hope everyone is well

I have a table with data in the following format:
SettlementDate ForecastDate ForecastID Data....
01/01/2009 25/12/2008 1
01/01/2009 27/12/2008 2
01/01/2009 01/01/2009 3
I have an array of this data in a VBA routine that already does some other stuff. Which is the best way to select the max ForecastID (along with the data) from the array?
Thanks for any help.