
January 2nd, 2004, 08:39 AM
|
|
Registered User
|
|
Join Date: Jan 2004
Location: Sweden
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Sending data to Excel2002 (XP)
Yo !
I have a small app that sends a report to MS Excel.
It works fine with excel versions up to and include Excel 2000.
But when trying to run the app together with Excel2002 the set statement listed below causes an error.
Dim oXl As Object
Set oXl = CreateObject("Excel.Application")
Does anyone know if Excel2002 is to be handled different than earlier versions? Unfortunately i don't have Excel2002 on my machine, so i can't do any tests for the moment. But any suggestions or ideas would be highly appreciated!!!
/Mika5
|