Add Method (Presentations Collection)

See Also         Example         Applies To

Creates a presentation. Returns a Presentation object that represents the new presentation.

Syntax

expression.Add(WithWindow)

expression   Required. An expression that returns a Presentations collection.

WithWindow   Optional Long. True to create the presentation in a visible window. If this argument is False, the new presentation isn't visible. The default value is True.