Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hyperlink Label1.Caption is it possible?

Status
Not open for further replies.

Macro2015

Automotive
Jan 19, 2015
10
SI
Hello,

Anoter problem.:/ Is it possible to create a Hyperlink on Label Text in VBA?

Label2.Caption = "
something like that, i do not know the function:
Label2.Caption = Hyperlinks.Add("
Thanks again for efforts,
 
Replies continue below

Recommended for you

or try also this, inserted on a sub, where you click.

Code:
Try
System.Diagnostics.Process.Start("[URL unfurl="true"]http://www.microsoft.com")[/URL]
Catch
  'Code to handle the error.
End Try

Tiago Figueiredo
Tooling Engineer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top