FrameName Property

Microsoft Word Visual Basic

Returns or sets the name of the specified frame on a frames page. Read/write String.

Remarks

For more information on creating frames pages, see Creating frames pages.

Example

This example sets the name of the specified frame to "BottomFrame".

ActiveWindow.Document.Frameset _
    .ChildFramesetItem(3).FrameName = "BottomFrame"