Persist a Routing Slip and attachment info in a Document.

M

Marketware

I would like to create a Document that "Saves" the RoutingSlip information as
well as a listing of the attachments.

Can this be done or is the Routing Slip info only temporary?

Also, how can you programatically display the "Send To Email" panel? I.e.,
email address, subject, etc.

Thanks.
 
D

Doug Robbins - Word MVP

See the article "How to send an email from Word using VBA†at:

http://www.word.mvps.org/FAQs/InterDev/SendMail.htm

You could save the routing slip data as variables in the document.

I do not know how you can display the Sent to Email dialog other than by
using

SendKeys "%fde"

Alternatively, you could create a userfrom that had the same appearance as
that dialog and use the code in the above article to execute the mailing.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
Top