Attach two files in a mail

前端 未结 1 931
南笙
南笙 2021-01-28 04:17

I would like to create a VBA script which attaches two files to a mail. This code lets me attach one file:

Sub openWord()

Dim OutApp As Object
Dim OutMail As Ob         


        
相关标签:
1条回答
  • 2021-01-28 04:57
    .Attachments.Add var2
    .Attachments.Add var3
    
    0 讨论(0)
提交回复
热议问题