I am trying to write a macro that formats pictures with In Line wrapping style. When I try to record a macro, the In Line option is always grayed out in the Format Pictures dialogue box.
I have been experimenting with macros, but without success. I am basing them on this:
application.options.PictureWrapType = wdWrapMergeInline
or
Selection.ShapeRange.WrapFormat.Type = wdWrapMergeInline
Any suggestions?
We get documents with lots of pictures. Could a macro do this in a loop?
Could a macro also do the same with Microsoft objects like graphs from Excel?
Thanks for your help!
Cheers, Bill



