R
Roy Lasris
I use Word as the default composer in Outlook.
I have a button in Word that, using VBA code, will insert into the active
document the contents of a
certain bookmark found in another Word document.
Here is the essence of the VBA code:
Selection.InsertFile FileName:="MyDocName.doc", Range:="Address"
In 'regular' Word, the process works just fine, and the text found in
bookmark 'Address' is 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 "Address" and not the entire document?
Ed (in Virginia)
I have a button in Word that, using VBA code, will insert into the active
document the contents of a
certain bookmark found in another Word document.
Here is the essence of the VBA code:
Selection.InsertFile FileName:="MyDocName.doc", Range:="Address"
In 'regular' Word, the process works just fine, and the text found in
bookmark 'Address' is 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 "Address" and not the entire document?
Ed (in Virginia)