Select all shape in a page

V

vbaNOOB

Hi all

I need some help from all of u^^.
How can I select all shape object in a page?

I know I can select all shapes in the document
by activedocument.shapes.selectall

Many thanks
 
S

Stefan Blom

Try this line of code:

ActiveDocument.Bookmarks("\page").Range.ShapeRange.Select

Note, however, that depending on what you are trying to do, it might
not be necessary to select the shapes at all.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 

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