I have a Word 2007 document with ~60 floating objects in it. I need to set the “Move object with text” option for every one of them and I’d rather not do it manually. I can’t figure out the right code for it. Can anyone help me out?
I was thinking something like:
For each Shape in ActiveDocument.Shapes
Shape.RelativeVerticalPosition
but I can’t figure it from there.
Thanks in advance…
Beej