FrameLinkToFile Property Example
This example sets Microsoft Word to maintain only a link from the specified frame to the document "Order.htm".
With ActiveDocument.ActiveWindow.ActivePane.Frameset
.FrameDefaultURL = "C:\My Documents\Order.htm"
.FrameLinkToFile = True
End With