Document.Frameset (Word)
Returns a Frameset object that represents an entire frames page or a single frame on a frames page.
For more information on creating frames pages, see Creating frames pages.
With ActiveWindow.Document.Frameset
.FramesetBorderColor = wdColorTan
.FramesetBorderWidth = 6
End With