API Call in VBA

Former Member
Former Member

Please advise on how to make the corresponding API call for Multiterm. I already have the VBA code "to reference the COM component MultiTerm110.TMO 11.0 Type Library."

Normally an API Call in VBA will start with "Private Declare Function [NameOfLibrary] Lib " etc.

So, my question is: what is the name of the MultiTerm library? It's probably a .DLL or a similar library.

Thanks.