Rocket Terminal Emulator

 View Only

 Excel VBA Macros with PASSPORT PC to HOST DLL "Class not registered"

Samuel Huynh's profile image
Samuel Huynh posted 03-06-2024 09:11

Hi,

New user here. My company uses the  PASSPORT PC to HOST DLL. I'm trying to establish a simple VBA code that will allow me to send data from excel to the terminal.

Currently I'm currently stuck as I've tried to establish  by  declaring these system defined libraries for Passport Objects of the library with the following lines:

 Private app As PASSOBJLib.System
Private session As PASSOBJLib.session
Private screen As PASSOBJLib.screen

However, i keep getting stuck on the first line as i get the following error message: Class not-registered.

I've checked on the VBA IDE that the reference is established: Tools > References menu in VBA IDE  PASSOBJ 1.0 Type Library

My excel is also running in 64bit.

Is there a step i'm missing?

Thank you in advance