Copying shapes and text

H

hlngus

I'm in need of copying an inline shape plus text for an entire
document.
When performing a 'select all', only the text gets highlighted.

How does one incorporate the activedocument.shapes.selectall method
with the selection of text in one pass? I wish to allow the user to
copy shapes and text as originally input into another doc.


The inline shape was created using the following:

Selection.InlineShapes.AddPicture(FileName:=FileName, _
LinkToFile:=False, SaveWithDocument:=True).Select

Thanks in advance.
 

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