Share via

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

1 answer

Sort by: Most helpful
  1. Oskar Shon 49,331 Reputation points Volunteer Moderator
    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.

    Was this answer helpful?


Your answer

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