Inserting Bookmark text into Outlook

E

Ed

I use Word as the default composer in Outlook.

I have a button that will insert into the active document the text of a
certain bookmark found in another Word document.

Here is the essence of the code:

Selection.InsertFile FileName:=MyDocName, Range:=Term2use

In 'regular' Word, the process works just fine, and the text found in
bookmark 'Term2Use' in properly inserted.

But in Outlook, the command results in the entire document "MyDocName.doc"
being inserted as an attachment to the message. Is there any way to get just
the term and not the entire document?

Ed (in Virginia)
 

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