View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Keithlo Keithlo is offline
external usenet poster
 
Posts: 62
Default I need to use CreateObject("OracleInProcServer.XOraSession")

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.