VBA已拒绝OpenRoadsDesigner应用程序对象 发表于 2022-05-09 分类于 Bentley , Problems 本文字数: 246 阅读时长 ≈ 1 分钟 image-20220509162253268 正文 当出现上图中的错误时,可能是 ORD 中的 OCX 注册失败导致的,可以通过如下方式解决: 用管理员打开 cmd 进入到 ORD 安装目录: cd C:\Program Files\Bentley\OpenRoads Designer CONNECT Edition\OpenRoadsDesigner 输入 openroadsdesigner /regserver 重新注册服务 参考 VBA rejected the OpenRoads Designer Application Object