R
ronh
A few weeks ago Ed was kind enough to provide me with info on a macro
to rotate objects on a page within a Tent document by 180 degrees for
which I am very grateful.
However now I have the need to do this on SOME objects on an a3 sheet.
I need to be able to do this as the document is a double sided duplex
printed document with images on one side but text within one textframe
on the other.
The document will appear in two formats - one as aprinted document
folded as a tent ( in this case the images on half of one side need to
be rotated) in the other case it is viewed as pdf on screen
Is it possible to select SPECIFIC objects within a macro for rotation
or can it only be done via This solution
With ThisDocument.Pages(4).Shapes.Range.Group
.Rotation = 180
.Ungroup
I'm looking for something along the lines of
with this document page(1) select shape 1, shape 2, group
but don't know if the syntax allows
Many thanks
Ron
to rotate objects on a page within a Tent document by 180 degrees for
which I am very grateful.
However now I have the need to do this on SOME objects on an a3 sheet.
I need to be able to do this as the document is a double sided duplex
printed document with images on one side but text within one textframe
on the other.
The document will appear in two formats - one as aprinted document
folded as a tent ( in this case the images on half of one side need to
be rotated) in the other case it is viewed as pdf on screen
Is it possible to select SPECIFIC objects within a macro for rotation
or can it only be done via This solution
With ThisDocument.Pages(4).Shapes.Range.Group
.Rotation = 180
.Ungroup
I'm looking for something along the lines of
with this document page(1) select shape 1, shape 2, group
but don't know if the syntax allows
Many thanks
Ron