Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I try to use the... Set OraSession =
CreateObject("OracleInProcServer.XOraSession"), so I see the message: ActiveX component can't create object (Run-time error 429). What do I do? Looks like missing any References of VBA. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm thinking you need to add a reference to the object library. In the vba
editor, from the menu, choose Tools References. Then find the Oracle library you need and check the check box next to it. Hope this helps. Keith "Falango" wrote: I try to use the... Set OraSession = CreateObject("OracleInProcServer.XOraSession"), so I see the message: ActiveX component can't create object (Run-time error 429). What do I do? Looks like missing any References of VBA. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I agree, but I tried some References.. so didn't do... do you know what
References I need? Thanks a lot Falango "Keithlo" wrote: I'm thinking you need to add a reference to the object library. In the vba editor, from the menu, choose Tools References. Then find the Oracle library you need and check the check box next to it. Hope this helps. Keith "Falango" wrote: I try to use the... Set OraSession = CreateObject("OracleInProcServer.XOraSession"), so I see the message: ActiveX component can't create object (Run-time error 429). What do I do? Looks like missing any References of VBA. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I get the author of a file using CreateObject("Scripting.FileSystemObject")? | Excel Programming | |||
Set OutApp = CreateObject("Outlook.Application") - Runtime error 429 | Excel Programming | |||
ASP: CreateObject("Excel.Application") IIS 6.0 Win2003 | Excel Programming | |||
Excel:Runtime Error 7 "Not enough Memory" with CreateObject (SAP.B | Excel Programming | |||
CreateObject("Excel.Application") - Access denied | Excel Programming |