运行时错误 429 ActiveX部件不能创建对象!!!高手帮忙啊~
Public Sub createDB()
Dim tdExample As TableDef
Dim dbDatabase As Database
Dim sNewDBPathAndName As String
sNewDBPathAndName = getCurrentDayFileName()
Set dbDatabase = CreateDatabase(sNewDBPathAndName, dbLangGeneral, dbEncrypt)
....
为什么在有的机器上,运行到最后一行的时候(Set语句),提示--运行时错误 429 ActiveX部件不能创建对象!!!
困扰好几天了,都没找到解决方案,真的只能重装系统么?
请问是哪个控件出了问题?