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
 
Hi Ron:

Yes I do use Outlook!

Jim
-----Original Message-----
Do you use Outlook Jim?

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)







.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top