Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My spreadsheet is riddled with hyperlinks that I cannot see and are not
associated with my data. The file takes forever to load and is huge - almost as if there is another file behind it that I cannot see. I believe that I can globably shut-up hyperlink for new entries, but is there a way to clean my entire file without losing my data? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, This link might help http://j-walk.com/ss/excel/usertips/tip031.htm VBA Noob -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=564865 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
Dim WS As Worksheet Set WS = ActiveSheet WS.Hyperlinks.Delete This will remove the hyperlink and leave in the cell the current value of the link. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Don" wrote in message ... My spreadsheet is riddled with hyperlinks that I cannot see and are not associated with my data. The file takes forever to load and is huge - almost as if there is another file behind it that I cannot see. I believe that I can globably shut-up hyperlink for new entries, but is there a way to clean my entire file without losing my data? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you remove duplicate phone numbers in an Excel spreadsheet | Excel Discussion (Misc queries) | |||
How do I insert a 2-3 page Excel spreadsheet as an object in MS Wo | Excel Discussion (Misc queries) | |||
Excel 2K3: Opening a spreadsheet, also opens book1.xls? | Excel Discussion (Misc queries) | |||
Excel 2K3: Opening spreadsheet, also opens book1.xls? | Setting up and Configuration of Excel | |||
How to remove hidden grapics from copied web page pasted in Excel. | Excel Worksheet Functions |