Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default how do you create labels that hyperlink on forms

I know in Access I can create labels in forms that hyperlink to where ever I
want. Can you do this in Excel forms?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default how do you create labels that hyperlink on forms

Like in a userform?

You can add a label to the userform. And use its click event:

Option Explicit
Private Sub Label1_Click()
ThisWorkbook.FollowHyperlink Address:="http://www.microsoft.com"
End Sub

You could even format the text in that label to look more like a hyperlink
(blue/underlined).

gbpg wrote:

I know in Access I can create labels in forms that hyperlink to where ever I
want. Can you do this in Excel forms?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default how do you create labels that hyperlink on forms

Cheers,Thanks I will try.

"Dave Peterson" wrote:

Like in a userform?

You can add a label to the userform. And use its click event:

Option Explicit
Private Sub Label1_Click()
ThisWorkbook.FollowHyperlink Address:="http://www.microsoft.com"
End Sub

You could even format the text in that label to look more like a hyperlink
(blue/underlined).

gbpg wrote:

I know in Access I can create labels in forms that hyperlink to where ever I
want. Can you do this in Excel forms?


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create adress list so can mail merge and create labels? adecocq Excel Discussion (Misc queries) 2 October 25th 06 12:32 AM
How do I create a hyperlink to a cell with the hyperlink function S. Bevins Excel Worksheet Functions 2 July 20th 06 08:06 PM
How to create & use User Forms DCSwearingen Excel Discussion (Misc queries) 2 December 27th 05 05:09 PM
Excel 2000 - Column labels for forms Abay New Users to Excel 2 August 23rd 05 02:23 AM
Mail merge works with Forms but not with Labels abbaszaidi Excel Discussion (Misc queries) 2 June 29th 05 04:28 PM


All times are GMT +1. The time now is 08:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"