external Property

       

Returns a PageWindow object from within a frame. Read-only Object.

Example

This example returns the page window where the active frame resides.

Private Sub GetExternal()
Dim myExternalObject As PageWindow

Set myExternalObject = _
    ActivePageWindow.ActiveFrameWindow.Window.external
End Sub