Slide.Application Property
PowerPoint Developer Reference |
Returns an Application object that represents the creator of the specified object.
Syntax
expression.Application
expression A variable that represents a Slide object.
Return Value
Application
Example
In this example, a Presentation object is passed to the procedure. The procedure adds a slide to the presentation and then saves the presentation in the folder where Microsoft PowerPoint is running.
Visual Basic for Applications |
---|
|
This example displays the name of the application that created each linked OLE object on slide one in the active presentation.
Visual Basic for Applications |
---|
|
See Also