
Accessing/Writing to Excel files
Quote:
> >Hi everyone,
> >I now use VB6 and I want to write a program to access and write to an
Excel
> >97 spreadsheet.
> How are you doing that? Automating Excel?
In VB5, you can use the OpenDatabase command specifying file format as
"EXCEL 8.0", giving you access to the Excel file.
However, doing this in VB6 seems to corrupt the file as I can't subsequently
open up the file in Excel.