Object Model Reference : Classes : W : Window : Methods : Window.NewWindow |
Function NewWindow() As Window
Member of Window
The NewWindow method creates a new window and returns a reference to the newly-created window.
The following VBA example creates a new window.
Sub Test() |
ActiveWindow.NewWindow |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.