Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default hyperlinks - macro not working to take them off the sheet

I asked a question earlier, and the answer was to make a macro
This explains what you need to do:
http://www.techonthenet.com/excel/macros/delete_hl.php

Basically you have to create a macro to remove all hyperlinks at once. The
link provides detailed instructions on how to do it.

If you get stuck just post another question and someone can walk you through
it.

Answer: You will need to create a macro to delete the hyperlink addresses
in your Excel sheet.
Open your Excel spreadsheet that you wish to remove the hyperlinks from.
Press <ALT-F11 to go to the Visual Basic editor. Create a new module. You
can do this by selecting Module under the Insert menu.
Paste the following code into your new module:
Sub RemoveHyperlinks()
'Remove all hyperlinks from the active sheet
ActiveSheet.Hyperlinks.Delete
End Sub
Close the Visual Basic editor window by selecting "Close and Return to
Microsoft Excel" under the File menu.
Now, go to the sheet that contains the hyperlinks that you wish to delete.
Here is an example of a sheet with multiple hyperlink addresses:


Under the Tools menu, select Macro Macros. Highlight the macro called
"RemoveHyperlinks" and click on the Run button.

Now your hyperlinks should be deleted as you can see by the example below:


If you need to remove hyperlinks from other sheets, just repeat the steps
above.


THIS DOES NOT WORK FOR ME. I GET A SECURITY
i HAVE READ ALL THE SECURITY, and have tried most.
Does anyone have any simple suggestions? just absolutly stressed in TEXAS
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 247
Default hyperlinks - macro not working to take them off the sheet

is this a workplace issue?Macros can be dangerous for windows users.If you
cant change security settings you need to speak to your 'system
administrator"If you want to run this macro go to tools/macro/security/and
change to medium.This will alert you that there is a macro installed,and you
have to click OK to allow it to run.If you cant change the security level see
above.
--
paul

remove nospam for email addy!



"Lorelei" wrote:

I asked a question earlier, and the answer was to make a macro
This explains what you need to do:
http://www.techonthenet.com/excel/macros/delete_hl.php

Basically you have to create a macro to remove all hyperlinks at once. The
link provides detailed instructions on how to do it.

If you get stuck just post another question and someone can walk you through
it.

Answer: You will need to create a macro to delete the hyperlink addresses
in your Excel sheet.
Open your Excel spreadsheet that you wish to remove the hyperlinks from.
Press <ALT-F11 to go to the Visual Basic editor. Create a new module. You
can do this by selecting Module under the Insert menu.
Paste the following code into your new module:
Sub RemoveHyperlinks()
'Remove all hyperlinks from the active sheet
ActiveSheet.Hyperlinks.Delete
End Sub
Close the Visual Basic editor window by selecting "Close and Return to
Microsoft Excel" under the File menu.
Now, go to the sheet that contains the hyperlinks that you wish to delete.
Here is an example of a sheet with multiple hyperlink addresses:


Under the Tools menu, select Macro Macros. Highlight the macro called
"RemoveHyperlinks" and click on the Run button.

Now your hyperlinks should be deleted as you can see by the example below:


If you need to remove hyperlinks from other sheets, just repeat the steps
above.


THIS DOES NOT WORK FOR ME. I GET A SECURITY
i HAVE READ ALL THE SECURITY, and have tried most.
Does anyone have any simple suggestions? just absolutly stressed in TEXAS

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
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Macro to change data in a sheet Diana Excel Discussion (Misc queries) 1 April 28th 06 08:01 PM
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Does excel recognise names rather than cells? Sue Excel Worksheet Functions 9 May 22nd 05 04:51 AM
Copying multiple sheets from one book 2 another and undertake spec Pank Mehta Excel Discussion (Misc queries) 14 March 16th 05 04:41 PM


All times are GMT +1. The time now is 01:50 AM.

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"