How can I set the ShapeRange.WrapFormat?

T

Tony Jollans

Does it not work, simply setting it ..

Selection.ShapeRange(1).WrapFormat.Type = wdWrapSquare

If you have an InlineShape, you will first have to 'ConvertToShape'
 
Top