im using this code to save to a .txt file
but i now need a code to load the .txt back into a text box.
i need some help on how to do so iv tried a few things and have failed.
thanks in advance
| Code: |
| Public Sub ftpthing()
Path = App.Path & ("/urldat") Title = urldat Text = Form5.txtftpu.Text Open Path & Title & ".txt" For Output As #1 Print #1, Text Close #1 End Sub |
but i now need a code to load the .txt back into a text box.
i need some help on how to do so iv tried a few things and have failed.
thanks in advance
