PDA

Click to See Complete Forum and Search --> : Quicken


Dec 22nd, 1999, 11:49 AM
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?

JHausmann
Dec 23rd, 1999, 03:46 AM
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.