3

I have downloaded tlbinf32.dll and added it as a reference to VBA but it doesn't seem to be working, when I try to create the following object

     Dim oTLI As Object

     Set oTLI = New TLI.TLIApplication
     Set oTLI = CreateObject("TLI.TLIApplication")

I get the following error for both

'ActiveX component can't create object'

Does anyone know how to fix this?

StayOnTarget
  • 11,743
  • 10
  • 52
  • 81
maracuja
  • 417
  • 8
  • 24
  • 2
    have you registered it using RegSvr? – SierraOscar Mar 30 '16 at 14:39
  • There used to be a now deleted answer that read, *"If you are running 64-bit, you will not be able to use the 'tlbinf32.dll' - you need 32-bit to do so..."*. – GSerg Oct 10 '19 at 09:38
  • This [SO answer](https://stackoverflow.com/a/42581513/11318818) details how to use tlbinf32.dll from 64-bit Office – JohnM Nov 14 '22 at 19:32

0 Answers0