|
-
Dec 22nd, 1999, 12:49 PM
#1
I am trying to get a report to print into a format that I can use in VB6. The outputs for Quicken are tab delimited and ASCII. Does anyone know how to populate the record set using either of those file types so I can do some further calcs on the data?
-
Dec 23rd, 1999, 04:46 AM
#2
Frenzied Member
You can, if you care to go through the grief, import a tab-delimited file into Excel. You could then read the cells in the worksheet object directly.
Or you can write a routine that reads the data directly into VB, checking for the tab delimiter.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|