Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
wendy
 
Posts: n/a
Default Can I remove a hyperlink without removing the color of the cell?

Can I remove a hyperlink without removing the color of the cell? I would like
to do this to an entire spreadsheet that has all of the cells hilighted in
different colors.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Camilo
 
Posts: n/a
Default Can I remove a hyperlink without removing the color of the cell?

I'd copy the formatting (just the formatting) of your worksheet to another
blank sheet using Copy/Paste Special (Formattting). Then remove the
Hyperlinks using a *macro or **Paste Special (Add) method. And, Finally
Copy/Paste Special (Formatting) from the previously blank sheet back to the
original worksheet. So to answer your question, "I don't think so", but
there you could use this work around.

*Macro
Sub RemoveHyperlink()
ActiveSheet.Hyperlinks.Delete
End Sub

**Paste Special (Add) method (Non-Macro solution)
Select an empty cell (never used cell) and copy it (Ctrl+C) then select the
cells that you want to remove the hyperlinks from, then Edit, Paste Special,
Add.

--
Hope this Helps!
Camilo

Objective: To help one person each day!

Feedback is greatly appreciated! Please let me know if I've answered your
question or if my post was helpful to you?


"wendy" wrote:

Can I remove a hyperlink without removing the color of the cell? I would like
to do this to an entire spreadsheet that has all of the cells hilighted in
different colors.

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
resetting last cell jagdish.eashwar Excel Discussion (Misc queries) 11 March 31st 06 02:06 AM
How do I remove multiple hyperlinks in the same cell (Excel)? Hyper Charts and Charting in Excel 0 January 16th 06 06:24 PM
Removing a matching code from another cell yellow281 Excel Worksheet Functions 5 July 29th 05 02:07 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Using a formula in a Hyperlink Cell reference sslabbe Excel Discussion (Misc queries) 4 December 10th 04 12:30 AM


All times are GMT +1. The time now is 02:53 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"