Pane.Frameset property (Word)

Returns a Frameset object that represents an entire frames page or a single frame on a frames page. Read-only.

Syntax

expression. Frameset

expression A variable that represents a 'Pane' object.

Remarks

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

Example

This example adds a new frame to the immediate right of the specified frame.

ActiveDocument.ActiveWindow.ActivePane.Frameset _ 
 .AddNewFrame wdFramesetNewRight

See also

Pane Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.