hi, Right.... how do I get information from a ListBox.
The user will click a date from the list then click a button which will save the date as a file:
this give the "path not found error" as lstDates.Text = "" when it should equal a date.Code:Open (App.Path & "\BookInDates\" & lstDates.Text) For Output As #1


Reply With Quote