Not able to instantiate object from TLBINF32

只谈情不闲聊 提交于 2019-12-06 09:01:27

问题


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?

来源:https://stackoverflow.com/questions/36309155/not-able-to-instantiate-object-from-tlbinf32

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!