简体   繁体   English

创建Outlook对象会生成-运行时错误'429':ActiveX组件无法创建对象

[英]Creating Outlook object generates - Run-time error '429': ActiveX component can't create object

I'm working on Excel-VBA code. 我正在处理Excel-VBA代码。

I'm getting run time error 429 on line - 我在网上遇到运行时错误429-

Set mobjOLA = CreateObject("Outlook.Application")

Code is given below - 代码如下-

Public Sub Test
    Dim mobjOLA as Object
    Set mobjOLA = CreateObject("Outlook.Application")
End Sub

There was mistake in system configuration. 系统配置有误。 Reinstalling Office worked as a solution for me. 重新安装Office对我来说是一个解决方案。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Excel VBA 创建 Word 应用程序:运行时错误“429”:ActiveX 组件无法创建对象 - Creating Word Application using Excel VBA: Run-time error '429': ActiveX component can't create object 运行时错误“429”:ActiveX 组件无法在 VBA/VBS/WSH 中创建对象 - Run-time error '429': ActiveX component can't create object in VBA/VBS/WSH 从 Excel 发送邮件 - 运行时错误“429”:ActiveX 组件无法创建对象 - Sending mails from Excel - Run-time error '429': ActiveX component can't create object CreateObject("ADODB.Command") - 运行时错误“429”:ActiveX 组件无法创建 object - CreateObject("ADODB.Command") - Run-time error '429': ActiveX component can't create object 运行时错误“ 429” activex组件无法创建对象 - run-time error '429' activex component can't create object Excel VBA 编写内嵌 VBScript - 运行时错误“429”:ActiveX 组件无法创建对象 - Excel VBA Writing in-line VBScript - Run-time error '429': ActiveX component can't create object 运行时错误429,ActiveX组件无法创建对象,自动化MS Word应用程序,CreateObject(“Word.Application”) - Run-time error 429, ActiveX component can't create object, automate MS Word application, CreateObject(“Word.Application”) VBA:Acrobat运行时错误429; ActiveX组件无法创建对象 - VBA: Acrobat Run time error 429; ActiveX component can't create object ActiveX 组件无法创建 object - 429 - ActiveX component can't create object - 429 vba运行时错误'429':ActiveX无法创建具有用户定义的vb.net dll的对象(VB.NET 2017,Excel 2016) - vba Run-time error '429': ActiveX can't create object, with user defined vb.net dll (VB.NET 2017, Excel 2016)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM