I don't have a licence for outlook so I have to try and use outlook express. This Is the code I'm trying to use:
Workbooks.Open "c:\path\filename1.xls"
Workbooks.Open "c:\path\filename2.xls"
Application.Dialogs(xlDialogSendMail).Show
It only attaches the second file opened, does anybody know why?
Sarge
Workbooks.Open "c:\path\filename1.xls"
Workbooks.Open "c:\path\filename2.xls"
Application.Dialogs(xlDialogSendMail).Show
It only attaches the second file opened, does anybody know why?
Sarge