You cannot select anything in a header unless the selection is already in the
header. However, you do not need to select anything (and should not). Just
use the range object.
If you replace the following 2 code lines:
shpLogo.Select
Selection.ShapeRange.IncrementRotation 90#
with this line:
shpLogo.IncrementRotation 90#
your logo should be rotated without being selected.

Signature
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
> Hello,
>
[quoted text clipped - 24 lines]
>
> Can anyone give me a work-around ? I will be very grateful !
Lars - 24 Oct 2007 09:37 GMT
Hello Lene,
It works !!
Many thanks for your help. Your solution is so simple. Now that I see how it
works, I guess I was so bogged down with the different elements of ranges and
shapes that I could not see the forest, because all the trees blocked my view.
Many thanks again :)

Signature
Lars
> You cannot select anything in a header unless the selection is already in the
> header. However, you do not need to select anything (and should not). Just
[quoted text clipped - 39 lines]
> >
> > Can anyone give me a work-around ? I will be very grateful !