oh right sorry I am using good old VB6 but haven't been for long so i am not to sure how ome thing work with the lang.
Yes I know how to make today "Date" and "Format" which I wont have to do as the default format is dd/mm/yyyy and yes I know and have used most of the functions of the ListBox.
I have searched the web but can't seem to find much so can you please direct me to a good source or give me some tips on how this can be best achieved.
This is my attempt ......if only in a idealistic worldCode:Dim i As Integer Private Sub Form_Load() i = 1 lstDates.AddItem Date Do lstDates.AddItem Date + 1 i = i + 1 Loop Until i = 67 End Sub![]()




Reply With Quote