Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些 Visio 的 VBA 代码,可以保存文档 XML 文件,然后修改 XML,然后重新打开文件。然后,代码关闭临时 XML 文件,但 Visio 在 Document.Close 方法调用中引发“请求的操作目前已禁用”的异常。
在尝试关闭文档时,我无法找到有关导致此异常的条件的具体信息,并且想知道这些信息是否可用。
如果要关闭的文档不是活动文档,则该操作似乎被禁用。换句话说,激活文档然后关闭它。