NavigateTo allows you to specify a specific document to jump to. This method has one required argument, which is the URL or local document that you want to navigate to. The following example shows the syntax used to invoke this method, and an example that links to Microsoft’s Web site:
UserDocument
.Hyperlink.NavigateTo URLOr
UserDocument.Hyperlink.NavigateTo "http://www.microsoft.com"