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 中的 VBA 从电子邮件中打开 excel 文件?
示例设置:
需要:
是否可以在 VBA Excel 中打开存储在 Outlook 中的 Excel 文件?
检查该链接:
将附件保存到文件夹并重命名
在 VBA 中打开 Excel 文件:
Workbooks.Open Filename:="C:\\attachment.xls"