Add a page

Description: Add a new page. The new page will become the active page.

myPage = Application.Document.Pages.AddNew("My New Page") #AddNew(string) method
#myPage = Application.Document.Pages.AddNew()             #AddNew() method