Hello,
I have a macro that grabs a specific email template then attaches a specific PDF file to it then sends it all off without display.
Here's the code:
<code>
Dim objOL As Outlook.Application, msg As MailItem, p$, i%, ap$
'Below is the location of the all the workflows on the network
ap =...