Directly sending via the menu of the Excell sheet is no problem.
Doing this via VBA with:
Application.dialogs(xlDialogSendMail).Show
works also. Except that some of the destination addresses aren't able to process the attachment. They make an 'att***.dat' file of it. Which they can't read.
What is the problem, is it me or the others?
We use MS Office 97.
Doing this via VBA with:
Application.dialogs(xlDialogSendMail).Show
works also. Except that some of the destination addresses aren't able to process the attachment. They make an 'att***.dat' file of it. Which they can't read.
What is the problem, is it me or the others?
We use MS Office 97.