Re: Select all shape in a page by Stefan
Stefan
Fri Apr 13 03:26:30 CDT 2007
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
"vbaNOOB" wrote in message
news:59B23A31-6660-4FE3-AF01-3451B3885402@microsoft.com...
> 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