FrameScrollBarType Property Example

This example makes scroll bars always available for the specified frame, regardless of whether the contents of the frame require scrolling.

With ActiveDocument.ActiveWindow.ActivePane.Frameset
    .FrameDefaultURL = "C:\My Documents\Order.htm"
    .FrameScrollBarType = wdScrollBarTypeYes
End With