Try this:
UserDocument.Hyperlink.NavigateTo PathFromURL("yourfile.vbd")
Function PathFromURL(iURL As String) As String
On Error GoTo err_handler
Dim navPath As String
Dim intLocal As Integer
' Check if there is an absolute URL being passed in.
' If so, return...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.