News

I would like to take an existing text file (approx 4 megs in size) and manipulate it with VB or VBA (from inside Access in that case) and then ideally place it inside a table format, at the very least ...
More fun with VB and APIs In this sample, we used the SHFileOperation API to send a specified file to the Recycle Bin, allowing users to restore files if necessary. Next time, we will look at some ...
The Visual Basic 6 language uses file handlers to write data to a CSV file, which is a text file that separates values using the comma character. The CSV file format lets you export and import data ...
Here is an example line from the file I am reading:<BR><pre class="ip-ubbcode-code-pre">0000000001 Microsoft Office 2003 Disc 1 99.00 MICROSOFT</pre><BR><BR>And here ...