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
 

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