PC Review


Reply
Thread Tools Rate Thread

Deactivate ALL hyperlinks-VBS?

 
 
Fanden
Guest
Posts: n/a
 
      14th Apr 2004
I have a workbook in Excel 2K with 1000s of cut/pasted hyperlinks.
want to deactivate them all to reduce the file size.

FAQs says to use a VBS Macro but I dont have a clue how to write suc
code and have tried to open the macro and fiddle w/it...I managed t
LOCK my file...but have resaved it and can edit it now, so

Any suggestions how to write/execute a macro to turn all hyperlink
off...?

Fande

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      14th Apr 2004
copy paste this to a module in your workbook>then alt f8>this
workbook>double click.

Sub HyperlinksOut()
ActiveSheet.Hyperlinks.Delete
End Sub

--
Don Guillett
SalesAid Software
(E-Mail Removed)
"Fanden >" <<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a workbook in Excel 2K with 1000s of cut/pasted hyperlinks. I
> want to deactivate them all to reduce the file size.
>
> FAQs says to use a VBS Macro but I dont have a clue how to write such
> code and have tried to open the macro and fiddle w/it...I managed to
> LOCK my file...but have resaved it and can edit it now, so
>
> Any suggestions how to write/execute a macro to turn all hyperlinks
> off...?
>
> Fanden
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>



 
Reply With Quote
 
Frank Kabel
Guest
Posts: n/a
 
      14th Apr 2004
Hi
Use the following macro to remove hyperlinks of a chosen selection
Sub RemoveHyperLinks()
selection.hyperlinks.delete
end sub

To use this code try the following / to get started with macros have a
look at
http://www.mvps.org/dmcritchie/excel/getstarted.htm



--
Regards
Frank Kabel
Frankfurt, Germany


> I have a workbook in Excel 2K with 1000s of cut/pasted hyperlinks. I
> want to deactivate them all to reduce the file size.
>
> FAQs says to use a VBS Macro but I dont have a clue how to write such
> code and have tried to open the macro and fiddle w/it...I managed to
> LOCK my file...but have resaved it and can edit it now, so
>
> Any suggestions how to write/execute a macro to turn all hyperlinks
> off...?
>
> Fanden
>
>
> ---
> Message posted from http://www.ExcelForum.com/


 
Reply With Quote
 
Anne Troy
Guest
Posts: n/a
 
      14th Apr 2004
Hi, Fanden. Try here:
http://www.mcgimpsey.com/macoffice/e...yperlinks.html

<-*-><-*-><-*-><-*-><-*-><-*-><-*-><-*->
Hope this helps!
Anne Troy (better known as Dreamboat)
Author: Dreamboat on Word
Email: Dreamboat*at*Piersontech.com
Web: www.TheOfficeExperts.com
<-*-><-*-><-*-><-*-><-*-><-*-><-*-><-*->
"Fanden >" <<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a workbook in Excel 2K with 1000s of cut/pasted hyperlinks. I
> want to deactivate them all to reduce the file size.
>
> FAQs says to use a VBS Macro but I dont have a clue how to write such
> code and have tried to open the macro and fiddle w/it...I managed to
> LOCK my file...but have resaved it and can edit it now, so
>
> Any suggestions how to write/execute a macro to turn all hyperlinks
> off...?
>
> Fanden
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deactivate email hyperlinks in Excel 2007 SLA Microsoft Excel Misc 3 22nd Jul 2009 04:18 PM
Deactivate all the hyperlinks in an entire workbook? SouthAfricanStan Microsoft Excel Discussion 6 12th Nov 2006 05:57 PM
How to deactivate XP =?Utf-8?B?QnJ1Y2VG?= Windows XP Setup 4 8th Mar 2005 07:17 PM
how do I deactivate multiple e-mail address hyperlinks in excel =?Utf-8?B?a2F0dG5pcA==?= Microsoft Excel Setup 2 6th Feb 2005 01:27 AM
Re: deactivate range of hyperlinks J.E. McGimpsey Microsoft Excel Misc 2 25th Nov 2003 03:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:27 PM.