title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.NewWindow method (PowerPoint) |
vbapp10.chm583029 |
|
|
2c4e4d63-ccef-ae98-0676-fa231dec1e8c |
06/08/2017 |
medium |
Opens a new window that contains the specified presentation. Returns a DocumentWindow object that represents the new window.
expression.NewWindow
expression A variable that represents a Presentation object.
DocumentWindow
This example creates a new window that contains the contents of the active window (thereby activating the new window) and then switches back to the first window.
Set oldW = Application.ActiveWindow
Set newW = oldW.NewWindow
oldW.Activate
[!includeSupport and feedback]