M
Manuel Lopez
After installing Windows 2000 sp 4, I get an error using the
CopyFromRecordset method of Excel's Range object that I never got
before:
Error 430: Class does not support Automation or does not support
expected interface.
I am using CopyFromRecordset in Microsoft Access 2002, with Excel
2002 installed, and the recordset rs is a DAO recordset:
wks.Range("A2").CopyFromRecordset rs
The error does NOT occur on Windows XP machines, whether with or
without jet sp 7 installed, only on Windows 2000 machines with
sp4. The error did NOT occur with sp3 installed.
Any help? Ideas?
CopyFromRecordset method of Excel's Range object that I never got
before:
Error 430: Class does not support Automation or does not support
expected interface.
I am using CopyFromRecordset in Microsoft Access 2002, with Excel
2002 installed, and the recordset rs is a DAO recordset:
wks.Range("A2").CopyFromRecordset rs
The error does NOT occur on Windows XP machines, whether with or
without jet sp 7 installed, only on Windows 2000 machines with
sp4. The error did NOT occur with sp3 installed.
Any help? Ideas?