FrameDefaultURL Property Example
This example sets the specified frame to display a local file named "Order.htm".
With ActiveDocument.ActiveWindow.ActivePane.Frameset
.FrameDefaultURL = "C:\My Documents\Order.htm"
.FrameLinkToFile = True
End With