FramesetBorderWidth Property Example

This example sets the width of frame borders in the specified frames page to 6 points.

With ActiveWindow.Document.Frameset
    .FramesetBorderColor = wdColorTan
    .FramesetBorderWidth = 6
End With