Hyperlink.ExtraInfo property (Visio)

Returns or sets extra URL request information used to resolve the hyperlink's URL. Read/write.

Syntax

expression. ExtraInfo

expression A variable that represents a Hyperlink object.

Return value

String

Remarks

Setting the ExtraInfo property of a shape's Hyperlink object is optional, and is equivalent to setting the value of the ExtraInfo cell in the shape's Hyperlink. name row.

You might, for example, set the Hyperlink object's ExtraInfo property to the coordinates of an image map, the contents of a form, or a file name.

If the ExtraInfo property you provide contains reserved characters other than spaces, you must input the escape character "%" and the character's hexadecimal equivalent. For example:

For "NAME=John Smith", set the ExtraInfo property to "NAME=John Smith," because the extra information contains spaces, but no reserved characters.

For "PATH= driveletter :\ foldername ", set the ExtraInfo property to "PATH= driveletter %3A%5C foldername ", because of the reserved characters.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.