I have an array as displayed:
Dim Date_Array(30, 11, 9998) As Integer
What i want to do is display the date dependent on the index position displayed... for example:
Displaying information that is stored in array (25, 07, 2013)
This will then display the date "Thursday 25th July 2013" and the information stored in the array.
Hope you can help
