Z
ZR
Hi,
The following code used to work perfectly, this copies a recordset on to
excel (it saves you having to loop through all the recs.)
code : "WST.Range("A5").CopyFromRecordset(RsStyles)"
"WST" is an excel worksheet object, and "RsStyles" is a classic ADO
recordset.
This stopped working once I installed Office 2003, I cannot figure out why.
I
am getting the following error.
"Run-time exception thrown : System.InvalidCastException - No such interface
supported"
Can someone please help me. I am going crazy here.
Thanks in advance
ZR
The following code used to work perfectly, this copies a recordset on to
excel (it saves you having to loop through all the recs.)
code : "WST.Range("A5").CopyFromRecordset(RsStyles)"
"WST" is an excel worksheet object, and "RsStyles" is a classic ADO
recordset.
This stopped working once I installed Office 2003, I cannot figure out why.
I
am getting the following error.
"Run-time exception thrown : System.InvalidCastException - No such interface
supported"
Can someone please help me. I am going crazy here.
Thanks in advance
ZR