Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 42
Default How do I delete several hyperlinks in an Excel spreadsheet?

Some of my technicians have hyperlinks embedded in their excel spreadsheets
that they can't see. We know they are there when they pass the mouse over
the cell it gives them a "hand" with the name of the link. This is causing
the file size to be very large. How do we remove the invisible hyperlinks
and stop them from happening in the future
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How do I delete several hyperlinks in an Excel spreadsheet?

Used to drive me nuts too. I found this in the Excel help files:

1. Type the number 1 in a blank cell, and right-click the cell.
2. Click Copy on the shortcut menu.
3. While pressing CTRL, select each hyperlink (hyperlink: Colored and
underlined text or a graphic that you click to go to a file, a location in a
file, a Web page on the World Wide Web, or a Web page on an intranet.
Hyperlinks can also go to newsgroups and to Gopher, Telnet, and FTP sites.)
you want to deactivate.
4. Click Paste Special on the Edit menu.
5. Under Operation, click Multiply and then click OK.

"trainer07" wrote:

Some of my technicians have hyperlinks embedded in their excel spreadsheets
that they can't see. We know they are there when they pass the mouse over
the cell it gives them a "hand" with the name of the link. This is causing
the file size to be very large. How do we remove the invisible hyperlinks
and stop them from happening in the future

  #3   Report Post  
Posted to microsoft.public.excel.misc
zz zz is offline
external usenet poster
 
Posts: 32
Default How do I delete several hyperlinks in an Excel spreadsheet?

a faster option

in vba

"activesheet.hyperlinks.delete"


--
---
zz [MX]
cuasi-musico,semi-poeta y loco


"s31064" wrote in message
...
Used to drive me nuts too. I found this in the Excel help files:

1. Type the number 1 in a blank cell, and right-click the cell.
2. Click Copy on the shortcut menu.
3. While pressing CTRL, select each hyperlink (hyperlink: Colored and
underlined text or a graphic that you click to go to a file, a location in
a
file, a Web page on the World Wide Web, or a Web page on an intranet.
Hyperlinks can also go to newsgroups and to Gopher, Telnet, and FTP
sites.)
you want to deactivate.
4. Click Paste Special on the Edit menu.
5. Under Operation, click Multiply and then click OK.

"trainer07" wrote:

Some of my technicians have hyperlinks embedded in their excel
spreadsheets
that they can't see. We know they are there when they pass the mouse
over
the cell it gives them a "hand" with the name of the link. This is
causing
the file size to be very large. How do we remove the invisible
hyperlinks
and stop them from happening in the future



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 42
Default How do I delete several hyperlinks in an Excel spreadsheet?

I know this may seem silly, but where/how do I paste this statement into
Visual Basic? Do I replace "activesheet" with the name of the worksheet that
has the hyperlinks? Thanks!

"zz" wrote:

a faster option

in vba

"activesheet.hyperlinks.delete"


--
---
zz [MX]
cuasi-musico,semi-poeta y loco


"s31064" wrote in message
...
Used to drive me nuts too. I found this in the Excel help files:

1. Type the number 1 in a blank cell, and right-click the cell.
2. Click Copy on the shortcut menu.
3. While pressing CTRL, select each hyperlink (hyperlink: Colored and
underlined text or a graphic that you click to go to a file, a location in
a
file, a Web page on the World Wide Web, or a Web page on an intranet.
Hyperlinks can also go to newsgroups and to Gopher, Telnet, and FTP
sites.)
you want to deactivate.
4. Click Paste Special on the Edit menu.
5. Under Operation, click Multiply and then click OK.

"trainer07" wrote:

Some of my technicians have hyperlinks embedded in their excel
spreadsheets
that they can't see. We know they are there when they pass the mouse
over
the cell it gives them a "hand" with the name of the link. This is
causing
the file size to be very large. How do we remove the invisible
hyperlinks
and stop them from happening in the future




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I delete several hyperlinks in an Excel spreadsheet?

select the range with the links (the whole worksheet??)
hit alt-f11 to get to the VBE
hit ctrl-g to see the immediate window
type this and hit enter:
selection.hyperlinks.delete

trainer07 wrote:

I know this may seem silly, but where/how do I paste this statement into
Visual Basic? Do I replace "activesheet" with the name of the worksheet that
has the hyperlinks? Thanks!

"zz" wrote:

a faster option

in vba

"activesheet.hyperlinks.delete"


--
---
zz [MX]
cuasi-musico,semi-poeta y loco


"s31064" wrote in message
...
Used to drive me nuts too. I found this in the Excel help files:

1. Type the number 1 in a blank cell, and right-click the cell.
2. Click Copy on the shortcut menu.
3. While pressing CTRL, select each hyperlink (hyperlink: Colored and
underlined text or a graphic that you click to go to a file, a location in
a
file, a Web page on the World Wide Web, or a Web page on an intranet.
Hyperlinks can also go to newsgroups and to Gopher, Telnet, and FTP
sites.)
you want to deactivate.
4. Click Paste Special on the Edit menu.
5. Under Operation, click Multiply and then click OK.

"trainer07" wrote:

Some of my technicians have hyperlinks embedded in their excel
spreadsheets
that they can't see. We know they are there when they pass the mouse
over
the cell it gives them a "hand" with the name of the link. This is
causing
the file size to be very large. How do we remove the invisible
hyperlinks
and stop them from happening in the future





--

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
Refresh an excel spreadsheet on a scheduled basis AKJ Excel Discussion (Misc queries) 3 November 16th 06 02:42 PM
Excel 2000: How do I delete the hyperlinks in Browsed Pages Eli Excel Discussion (Misc queries) 0 February 9th 06 10:01 AM
Converter from MS Works 4.5 spreadsheet to MS Excel 2003 John Excel Discussion (Misc queries) 0 January 14th 06 12:10 AM
Excel 2K3: Opening a spreadsheet, also opens book1.xls? Newtek Excel Discussion (Misc queries) 3 July 6th 05 07:56 PM
Stubborn toolbars in Excel 007 Excel Discussion (Misc queries) 9 December 11th 04 02:02 PM


All times are GMT +1. The time now is 08:24 PM.

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

About Us

"It's about Microsoft Excel"