Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hyperlink is staying with cell when data is moved

I have a spreadsheet with lots of formatting. One column has email
addresses. In the course of using this data, the rows have been sorted, new
rows and/or columns have been inserted, etc. The original hyperlink stays
embedded in the original cell. I know how to deactivate a hyperlink (right
click, delete hyperlink) when it is that alone in the cell but when text is
now in that column due to data being moved, how do I delete the hyperlink
that is attached to cells. Example:
John Doe is in 2B and the email hyperlink is in 2C. The data gets sorted
differently and perhaps the email address is moved to 3C. When you look at
the spreadsheet you see John Doe in 3C but when you put your cursor on 3C,
the original hyperlink that was in 3C (Jane Smith) is still there.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Hyperlink is staying with cell when data is moved

If you're going to keep the email addresses in one column, you could use a
worksheet function in the adjacent column that provides the hyperlink.

Depending on what's in A1, you could use this kind of thing in B1:

=hyperlink("mailto:" & a1,a1)





Rosemary Hopkins wrote:

I have a spreadsheet with lots of formatting. One column has email
addresses. In the course of using this data, the rows have been sorted, new
rows and/or columns have been inserted, etc. The original hyperlink stays
embedded in the original cell. I know how to deactivate a hyperlink (right
click, delete hyperlink) when it is that alone in the cell but when text is
now in that column due to data being moved, how do I delete the hyperlink
that is attached to cells. Example:
John Doe is in 2B and the email hyperlink is in 2C. The data gets sorted
differently and perhaps the email address is moved to 3C. When you look at
the spreadsheet you see John Doe in 3C but when you put your cursor on 3C,
the original hyperlink that was in 3C (Jane Smith) is still there.


--

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
Why is hyperlink staying imbedded when I insert rows into Excel? Heislove Excel Discussion (Misc queries) 0 June 2nd 10 02:19 PM
Referencing a cell even if its contents are moved moved/replaced Darren Excel Discussion (Misc queries) 7 May 22nd 10 08:43 PM
Hyperlink not staying Active Susan Excel Worksheet Functions 0 September 18th 08 06:07 PM
How do I keep a hyperlink valid if the link to cell is moved? kendeboer01 Excel Discussion (Misc queries) 1 May 5th 08 11:45 PM
Maintaining a hyperlink to moved data within the work book Kev Nurse Excel Discussion (Misc queries) 1 January 28th 05 01:22 AM


All times are GMT +1. The time now is 04:06 AM.

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"