📌  相关文章
📜  System.Runtime.InteropServices.COMException: '调用被被调用者拒绝. (来自 HRESULT 的异常:0x80010001 - VBA 代码示例

📅  最后修改于: 2022-03-11 14:51:57.192000             🧑  作者: Mango

代码示例1
'This may not work depending on the specific issue

While Not ExcelApplication.Ready
Thread.Sleep(1)
End While