Slide.Hyperlinks Property
PowerPoint Developer Reference |
Returns a Hyperlinks collection that represents all the hyperlinks on the specified slide. Read-only.
Syntax
expression.Hyperlinks
expression A variable that represents a Slide object.
Return Value
Hyperlinks
Example
This example allows the user to update an outdated Internet address for all hyperlinks in the active presentation.
Visual Basic for Applications |
---|
|
See Also