i have been working on a database and i was hoping someone out there can tell me how i can list the things in a listbox to text file in notepad i have tried everything i know but i still cant do it? i have used
but still nothing is there a way to do this please help!!
lee123
Code:
Dim ff As String ff = FreeFile Me.Refresh Open "C:\AutoMaintenance.log" For Append As #ff Print #ff, "Vehicles Owns" & " " & VehicleList Close #ff
lee123
Comment