Hyperlink.Address property (Access)
Use the Address property to specify or determine the path to an object, document, webpage, or other destination for a Hyperlink object associated with a command button, image control, or label control. Read/write String.
Syntax
expression.Address
expression A variable that represents a Hyperlink object.
Remarks
When you set the Address property, you automatically specify the HyperlinkAddress property for the control associated with the hyperlink.
For more information about hyperlink addresses and their format, see the Hyperlink.SubAddress property topic.
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.