Save Text To A Text File.
Save Text To A Text File.
API Declarations
1 x text box
1 x command button
Lay out - however you like.
Rate Save Text To A Text File.
(1(1 Vote))
Open App.Path & ("\data.txt") For Output As #1
Print #1, Text1.Text 'The saved text will be saved in the same folder that
the EXE is located - Must be EXE.
Close #1 'See my web browser.
End Sub
Save Text To A Text File. Comments
No comments yet — be the first to post one!
Post a Comment