Excel 如何用VBA打开其他应用软件

2025-03-20 10:56:51
推荐回答(1个)
回答1:

可以使用shell命令,例如下面的语句打开【记事本】:
shell "notepad.exe"