Previous - pptLaunch Section Home - Microsoft PowerPoint Next - pptOpen


pptNewBlank ( )

Creates a blank presentation with no slides

Usage:

pptNewBlank (object me)

Parameters:

None

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta")New( )
xtRose.pptLaunch( )
xtRose.pptNewBlank( )

Notes:

After PowerPoint is launched, the only valid options are to create a new blank presentation or open an existing PowerPoint file.

See Also:

pptOpen, pptSetVisible


Previous - pptLaunch Section Home - Microsoft PowerPoint Next - pptOpen