You can use the SubAddress property to specify or determine a location within the target document specified by the Address property. The SubAddress property can be an object within a Microsoft Access database, a bookmark within a Microsoft Word document, a named range within a Microsoft Excel spreadsheet, a slide within a Microsoft PowerPoint presentation, or a location within an HTML document.
Setting
The SubAddress property is a string expression representing the HyperlinkSubAddress property of a named location within the target document specified by the HyperlinkAddress property
You can set the HyperlinkSubAddress property with the SubAddress property by using Visual Basic.
Note You can set the HyperlinkSubAddress property by using a control's property sheet, a macro, or Visual Basic.
Remarks
When you move the cursor over a command button, image control, or label control whose HyperlinkSubAddress property is set, the cursor changes to an upward-pointing hand. Clicking the control displays the object or Web page specified by the link.
For more information about hyperlink addresses and their format, see the HyperlinkAddress and HyperlinkSubAddress property topics.