Onetastic Macro Documentation >
>
>
Window_Create Window_Create
Creates a new OneNote window. The new window will display the same notebook, section, and page as the previous current window. The newly created window will become the new current window.
Syntax
Window Window_Create()
Parameters
This function has no parameters
Examples
$window = Window_Create()
Window_NavigateTo($window, GetNotebookRoot().notebooks[0])
|