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 ...
Open the Visual Basic 6 compiler application from the Windows "Visual Basic" program group. Open your VB6 project in the editor. Create a file handler to the CSV file.
Here is an example line from the file I am reading:0000000001 Microsoft Office 2003 Disc 1 99.00 MICROSOFTAnd here is the code I am using: Dim erosFile As New FileStream(openErosFile.FileName ...
Your VB app might enable users to delete files, but what if a deleted file needs to be recovered? Find out about an API that sends files to the Recycle Bin rather ...