Selection.Frames (Word)

Returns a Frames collection that represents all the frames in a selection.

For information about returning a single member of a collection, see Returning an object from a collection.


For Each aFrame In ActiveDocument.Sections(1).Range.Frames 
 aFrame.TextWrap = True 
Next aFrame