Multiple E-Mail Attachments

  • Thread starter Thread starter jim
  • Start date Start date
J

jim

I want to be able to enhance this module so that it will
allow me to open multiple files and attach all the files
to one email.

The way I have it I open multiple files but it only
attaches the first file.

Sub MetLifeQueryEmail()
ChDir "C:\temp"
Workbooks.Open Filename:="C:\temp\_MetLife Accounts
Set Up By.XLS"
Workbooks.Open Filename:="C:\temp\_Metlife_Account
Structure.xls"
Application.Dialogs(xlDialogSendMail).Show
End Sub

Jim
 
Back
Top