WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Showing hyperlink when using lookup

 
   Home -> Office -> Links RSS
Next:  Charting multiple values per category  
Author Message
OX_Gambit

External


Since: Dec 05, 2008
Posts: 6



(Msg. 1) Posted: Mon Dec 22, 2008 1:02 pm
Post subject: Showing hyperlink when using lookup
Archived from groups: microsoft>public>excel>links (more info?)

I have one sheet that has a list that contains some text that has hyperlinks
and then I use lookup ona different sheet, but when the text is displayed
onthe second sheet the hyperlink is not there. Is there a way of keeping the
hyperlink on the second sheet. The hyperlink uses tags.
Back to top
Login to vote
Shane Devenshire

External


Since: Jun 01, 2007
Posts: 247



(Msg. 2) Posted: Sun Dec 28, 2008 10:39 pm
Post subject: Re: Showing hyperlink when using lookup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Excel's formulas return values, they will not return the associated
hyperlink or comment or error checking message.

You might be able to right a custom VBA function that will do this for you.

Here is a sample, that doesn't quite do what you want but it might start you
on the way

Function RETURNHYPERLINK(Rng As Range) As String
If Rng.Hyperlinks.Count> 0 Then
RETURNHYPERLINK = Rng.Hyperlinks(1).Address

If Len(RETURNHYPERLINK) = 0 Then
RETURNHYPERLINK = Rng.Hyperlinks(1).SubAddress
End If
End If
End Function

This function, entered as =ReturnHyperlink(A1) would return the hyperlink
of cell A1.

If this helps, please click the Yes button.

Cheers,
Shane Devenshire

"OX_Gambit" <OXGambit.TakeThisOut@discussions.microsoft.com> wrote in message
news:4DD0592B-9E76-4CF2-8CA8-D66BB7C97657@microsoft.com...
> I have one sheet that has a list that contains some text that has
> hyperlinks
> and then I use lookup ona different sheet, but when the text is displayed
> onthe second sheet the hyperlink is not there. Is there a way of keeping
> the
> hyperlink on the second sheet. The hyperlink uses tags.
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Links All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support