ActivePresentation Property
Applies To
Application object.
Description
Returns a Presentation object that represents the presentation open in the active window. Read-only.
Note that if an embedded presentation is in-place active, the ActivePresentation property returns the embedded presentation.
See Also
Activate method, Active property, ActiveWindow property.
Example
This example adds a new color scheme to the active presentation and sets the title color.
ActivePresentation.ColorSchemes.Add.Colors(ppTitle).RGB = RGB(255, 0, 0)