How to save embedded message objects in a Word doc using VBA

C

carole l

Using the toolbar in Word 2003, I am able to do a "saveas" and preserve the
content of the embedded message objects (i.e. 2 e-mails each containing Word
attachments and a pdf file). In other words, I can close all applications
and return to the document later, click on the embedded objects to open the
e-mail messages, and view the attachments to those messages.

However, when I try saving the Word document using VBA
(ActiveDocument.SaveAs), the saved Word document contains only the icons
(outlook "envelope" icon). When I click on the envelope icon in my Word
document, a dialog box opens to edit the image (icon). The outlook messages
and attachments behind the icon have disappeared.

I appreciate any assistance you can provide.
 
S

Stefan Blom

Ask this question in a Word programming newsgroup such as
microsoft.public.word.vba.general, where you are more likely to get
knowledgeable answers.
 

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