FramesetBorderColor Property Example

This example sets the color of frame borders in the specified frames page to tan.

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