Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Hyperlink Command

$
0
0
Hi Everyone,

Sorry to bother everyone again.

I am trying to do a 'clickable' commandbutton in Word that I can transfer to Microsoft Outlook so someone can recieve an e-mail and click on the Command Button within to be taken to a web-based PDF file:

So far I have this code:

Sub CommandButton1_Click()
ActiveWorkbook.FollowHyperlink Address = "http://www.ukba.homeoffice.gov.uk/visas-immigration/partners-families/citizens-settled/spouse-cp/"
NewWindow = True
End Sub

But it doesnt seem to follow the link...if anyone can suggest a new idea / or provide a new code I would be grateful.

Viewing all articles
Browse latest Browse all 13329

Trending Articles