error in VBA office 365 with CreateObject

factsjim 1 Reputation point
2022-09-01T13:59:30.45+00:00

I developed an Excel application with VBA to connect to an Oracle Database.

The command CreateObject("OracleInProcServer.XoraSession") works fine in the pre 365 version of Excel.

Since the migration to Excel 365 64 bit, I get an error on this statement.

Please help,

Microsoft 365 and Office Install, redeem, activate For business Windows
Developer technologies Visual Basic for Applications
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Oskar Shon 866 Reputation points
    2022-11-09T21:47:38.297+00:00

    Did you sure if that library is installed on new machine and the name of you're control looks the same?
    On 64 and 32 for CreateObject has no deference.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.