FrameResizable Property Example

This example sets the specified frame to be resizable when viewed in a Web browser.

With ActiveDocument.ActiveWindow.ActivePane.Frameset
    .FrameDefaultURL = "C:\My Documents\Order.htm"
    .FrameResizable = True
End With