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.
我有一个工作簿,其中有多个工作表 sheet1、sheet2.. 等。我知道Workbooks.OpenXML打开一个新工作簿然后列出来自 xml 的所有数据的函数。我想做类似的事情,但我想将 xml 数据复制到 sheet2 中的工作簿中,而不是新工作簿中。VBA 中是否有此功能或任何更简单的方法在 VBA 中执行此操作。任何帮助将不胜感激。
Workbooks.OpenXML