API Documentation > CorelDRAW > 2025-v26 > Window > IVGWindow
Window.NewWindow method
Creates a new window
Syntax:
Function NewWindow() As Window
Remarks:
The NewWindow method creates a new window and returns a reference to the newly-created window.
Examples:
The following VBA example creates a new window.
Sub Test()
ActiveWindow.NewWindow 
End Sub