Frameset.FrameScrollbarType (Word)
Returns or sets when scroll bars are available for the specified frame when viewing its frames page in a web browser. Possible return values are wdScrollbarTypeAuto - Scroll bars are available for the specified frame only if the contents are too large to fit in the allotted space, wdScrollbarTypeNo - Scroll bars are never available for the specified frame, wdScrollbarTypeYes - Scroll bars are always available for the specified frame.
For more information on creating frames pages, see Creating frames pages.
With ActiveDocument.ActiveWindow.ActivePane.Frameset
.FrameDefaultURL = "C:\Documents\Order.htm"
.FrameScrollBarType = wdScrollBarTypeYes
End With