method Pages.Remove (Index as Variant)
Removes a specific member from the Pages collection.

TypeDescription
Index as Variant A long expression that indicates index of page being removed, a string expression that indicates the page's key or page's caption being removed.

Using the Remove method is not recommended unless you are handling the controls inside page. Use the Visible property to hide a page.