Mar 9, 2006 #1 jakobc Technical User Jan 1, 2006 5 NO Is there a simple way to write and read text to a .txt-file? I have tried the FAQ, but I don't understand what ODBC, DSN and SQL is and how it works.
Is there a simple way to write and read text to a .txt-file? I have tried the FAQ, but I don't understand what ODBC, DSN and SQL is and how it works.
Mar 9, 2006 1 #2 PHV MIS Nov 8, 2002 53,708 FR In the VBA help have a look at the Open, Line Input #, Print # and Close # instructions. Another way: http://msdn.microsoft.com/library/en-us/script56/html/af4423b2-4ee8-41d6-a704-49926cd4d2e8.asp Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
In the VBA help have a look at the Open, Line Input #, Print # and Close # instructions. Another way: http://msdn.microsoft.com/library/en-us/script56/html/af4423b2-4ee8-41d6-a704-49926cd4d2e8.asp Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Mar 9, 2006 Thread starter #3 jakobc Technical User Jan 1, 2006 5 NO Thanks a lot, PH! Problem solved. The VBA help didn't help me much, but the link you provided me was of great help! Upvote 0 Downvote
Thanks a lot, PH! Problem solved. The VBA help didn't help me much, but the link you provided me was of great help!