Hyperlink Label1.Caption is it possible?
Hyperlink Label1.Caption is it possible?
(OP)
Hello,
Anoter problem.:/ Is it possible to create a Hyperlink on Label Text in VBA?
Label2.Caption = "www.google.com"
something like that, i do not know the function:
Label2.Caption = Hyperlinks.Add("www.google.com")
Thanks again for efforts,
Anoter problem.:/ Is it possible to create a Hyperlink on Label Text in VBA?
Label2.Caption = "www.google.com"
something like that, i do not know the function:
Label2.Caption = Hyperlinks.Add("www.google.com")
Thanks again for efforts,





RE: Hyperlink Label1.Caption is it possible?
Google
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Hyperlink Label1.Caption is it possible?
CODE -->
Try System.Diagnostics.Process.Start("http://www.microsoft.com") Catch 'Code to handle the error. End TryTiago Figueiredo
Tooling Engineer