Hugo Pérez Bruno wrote:

Hi

How can I export data from a recordset in Visual Basic 6.0 to OOoCalc?

Thanks
Hugo

I see that you have had no answers..

First, you can not easily do this from VB. Your primary options are as follows:

* Export to a format supported by Calc (such as CSV)
* Write VB code to connect to OOo and then manually write the data into a Calc document.
* Export the data to an Excel file and then open it with Calc.

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to