Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Different versions of excel
Message
From
07/03/2001 10:15:03
 
 
To
07/03/2001 02:36:24
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00481240
Message ID:
00482687
Views:
10
>
>I compiled my app to an exe file and ran it on a pc that has office97 installed on it. I get the following error:
>
>Runtime error '429':
>ActiveX component can't create object
>
>Any other ideas?
>
>>
>>-Remove the reference to Excel.
>>-Declare as object (Dim xlApp as Object).
>>-Instantiate your object (Set xlApp = CreateObject("Excel.Application"))

Even though you did not clear this, you can still use this knowledge base article from MS: http://support.microsoft.com/support/kb/articles/Q246/3/35.ASP

It has code that will check which version of Excel is installed and you can adjust accordingly.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform