Frameset.AddNewFrame method (Word)

Adds a new frame to a frames page.

Syntax

expression. AddNewFrame( _Where_ )

expression Required. A variable that represents a 'Frameset' object.

Parameters

Name Required/Optional Data type Description
Where Required WdFramesetNewFrameLocation Sets the location where the new frame is to be added in relation to the specified frame.

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 wdFramesetNewFrameRight

See also

Frameset 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.