Pre-filling e-mail address and subject in e-mail macro

G

Guest

I have a macro that attached the file as an e-mail. How do I edit the macro
to pre-fill the e-mail recipient and subject line on the e-mail? And can it
be edited to send the e-mail within the macro? What is does now is open the
Outlook e-mail window with the file attached.

I'm on Office 2003. Here's my current macro:

Sub attach()
'
' attach Macro
' Macro recorded 04/20/2006 by Jon Mullich
'
ActiveDocument.SendMail
End Sub
 

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

Top