Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Hyperlink on Websites Addresses

This question has been asked in previous posts, but not specifically
responded to
WEBSITES.
Scenario : worksheet with Websites links pasted going from A1 to A300.
Hyperlinks were edited and name changedcustomized.
Sorted alphabetically.
Data Validation in C1, same worksheet.
Q : How can I choose from the DV a link that will go directly to the
WEBSITE selected ? or jump to the link ?
THANKS.
--
Socrates said: I only know, I don''''''''t know nothing.
I say : I don''''''''t even know, I don''''''''t
know nothing.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Hyperlink on Websites Addresses

Did you use Insert|hyperlink type hyperlinks?

If yes,...

If you've sorted the data, you may find that the hyperlinks assigned to the cell
aren't what you need for the data in that cell.

I like to use the =hyperlink() function in an adjacent cell. Then I can include
that column and do all the sorts I want and not lose the association.

So depending on what you have in the cell (not the hyperlink itself):
=hyperlink("http://" & a1, "Click me")

may work ok for you.

If you have lots of the insert|Hyperlinks type hyperlinks that you want to
delete, youc can do this:

Select the range to clean up (all the cells on that worksheet???)
hit alt-f11 to get to the VBE (where macros live)
hit ctrl-g to see the immediate window
type this and hit enter:
selection.hyperlinks.delete

Then go back to excel and see if it worked ok.



Learning Excel wrote:

This question has been asked in previous posts, but not specifically
responded to
WEBSITES.
Scenario : worksheet with Websites links pasted going from A1 to A300.
Hyperlinks were edited and name changedcustomized.
Sorted alphabetically.
Data Validation in C1, same worksheet.
Q : How can I choose from the DV a link that will go directly to the
WEBSITE selected ? or jump to the link ?
THANKS.
--
Socrates said: I only know, I don''''''''t know nothing.
I say : I don''''''''t even know, I don''''''''t
know nothing.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Hyperlink on Websites Addresses

Thanks for you time Dave.
Is not working either way for me, and I think I did not explained right,
I'll try my best :
I use just one worksheet and is called websites.
Everytime I go to a website I'm interested, instead of saving it in MY
Favorites,
I copy the toolbar address and paste it in my worksheet, probably thats a
link, not a hyperlink, sorry.
Then I right click and do edit hyperlink and give it a name EX: "discussion
group" for this one we are on.
Then I select A1 to A300 and SORT alphabetically.
Here comes my invention :
I did data valitation for those links, or hyperlinks who knows now, and
when I drop down I was expecting to get directly link to the website I
selected, but of course is not that easy. Now your turn... uff...tired.
Thanks.

--
Socrates said: I only know, I don''''''''t know nothing.
I say : I don''''''''t even know, I don''''''''t
know nothing.


"Dave Peterson" wrote:

Did you use Insert|hyperlink type hyperlinks?

If yes,...

If you've sorted the data, you may find that the hyperlinks assigned to the cell
aren't what you need for the data in that cell.

I like to use the =hyperlink() function in an adjacent cell. Then I can include
that column and do all the sorts I want and not lose the association.

So depending on what you have in the cell (not the hyperlink itself):
=hyperlink("http://" & a1, "Click me")

may work ok for you.

If you have lots of the insert|Hyperlinks type hyperlinks that you want to
delete, youc can do this:

Select the range to clean up (all the cells on that worksheet???)
hit alt-f11 to get to the VBE (where macros live)
hit ctrl-g to see the immediate window
type this and hit enter:
selection.hyperlinks.delete

Then go back to excel and see if it worked ok.



Learning Excel wrote:

This question has been asked in previous posts, but not specifically
responded to
WEBSITES.
Scenario : worksheet with Websites links pasted going from A1 to A300.
Hyperlinks were edited and name changedcustomized.
Sorted alphabetically.
Data Validation in C1, same worksheet.
Q : How can I choose from the DV a link that will go directly to the
WEBSITE selected ? or jump to the link ?
THANKS.
--
Socrates said: I only know, I don''''''''t know nothing.
I say : I don''''''''t even know, I don''''''''t
know nothing.


--

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
Changing hyperlink addresses (global)? Ian Bersten Excel Worksheet Functions 1 November 4th 06 10:18 AM
answer to odd results when comparing hyperlink addresses Patricia Shannon Links and Linking in Excel 0 March 9th 06 07:28 PM
How to type e-mail addresses *without* getting hyperlink? Jumping Rabbit Excel Discussion (Misc queries) 1 January 13th 06 03:07 PM
Hiding hyperlink addresses Brisbane Rob Excel Discussion (Misc queries) 0 January 12th 06 07:42 PM
How do I input email addresses in Excel without the hyperlink, vms Excel Discussion (Misc queries) 3 February 21st 05 09:08 PM


All times are GMT +1. The time now is 07:41 PM.

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

About Us

"It's about Microsoft Excel"