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.
我想通过命令提示符将数据从 Excel(xlsx)复制到启用宏的文件(xlsm)。我使用了以下语法
copy sourcefile destinationfile
上面的命令适用于两个 xlsx 或两个 xlsm 文件。如果我尝试从 xlsx 复制到 xlsm ,则在打开时启用宏的文件已损坏。
有人知道吗?
提前致谢