HeightType Property Example
This example sets the height of the first Frameset object in the specified frames page to 25 percent of the window height.
With ActiveDocument.ActiveWindow.Panes(1).Frameset .HeightType = wdFramesetSizeTypePercent .Height = 25 End With