ActiveDocument.Sections(n).Range.ShapeRange.Rotation = x
> Is it possible to programmatically rotate an inlineshape picture (in fact
> all
[quoted text clipped - 3 lines]
>
> Thanks in advance
Gem_man - 21 Oct 2006 19:31 GMT
Jezabel
Thank you for that, its certainly put me on the right track but I get an
error message:
Runtime error 5852
Requested object not available
When trying out other formats of photograph I also get a "Permission Denied"
message.
I have tried to sort this out myself, to no avail.
I also notice that I cannot manually rotate a photograph that I have
inserted into a doc either when its an inlineshape or a shape.
However I can manually rotate an inserted autoshape.
Has this got something to do with it?
Any suggestions?
Regards
Adrian
> ActiveDocument.Sections(n).Range.ShapeRange.Rotation = x
>
[quoted text clipped - 5 lines]
> >
> > Thanks in advance