It's only been recently (since 2007?) that Word has allowed us rotate inline shapes. I'm looking for a way for a macro to detect whether such a shape has been rotated; but apparently there's no .Rotation property for the InlineShape object. Any ideas for a way around that (in Word 2010)?
If it helps, the rotation is always either 0 or 90 degrees, so a Boolean function would suffice (that is, there's no need to detect the amount). Unfortunately the shapes are not all of the same aspect ratio or this would obviously be simple.
Thanks for any clues.
Mark