【问题标题】:VBA open excel from e-mail in outlookVBA 从 Outlook 中的电子邮件打开 excel
【发布时间】:2013-11-07 07:44:02
【问题描述】:

是否可以在 excel 中通过 VBA 从电子邮件打开 excel 文件?

示例设置:

  • 附有 excel 文件的每日邮件

需要:

  • 从 excel(通过 VBA)打开附加的 excel 文件并将其保存到本地位置

是否可以在 VBA Excel 中打开存储在 Outlook 中的 Excel 文件?

【问题讨论】:

标签: excel outlook vba


【解决方案1】:

检查该链接:

Save attachments to a folder and rename them

在 VBA 中打开 Excel 文件:

Workbooks.Open Filename:="C:\\attachment.xls"

【讨论】:

    猜你喜欢
    • 2018-03-25
    • 1970-01-01
    • 2014-11-07
    • 1970-01-01
    • 2020-10-06
    • 2016-02-05
    • 1970-01-01
    • 2019-03-18
    • 1970-01-01
    相关资源
    最近更新 更多