#1   Report Post  
Posted to microsoft.public.excel.misc
Ramo
 
Posts: n/a
Default Hyperlink

User has a spreadsheet that no matter the cell you click, it will open a new
email.
I did a right click on a cell and clikc on "remove Hyperlink", that will
work for that cell, Can I remove the hyperlink for the whole expreadsheet?
Thank you
ramo
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Hyperlink

Enter this tiny macro:

sub hypergone()
Selection.Hyperlinks.Delete
end sub

Select the area of the worksheet and run the macro.
--
Gary's Student


"Ramo" wrote:

User has a spreadsheet that no matter the cell you click, it will open a new
email.
I did a right click on a cell and clikc on "remove Hyperlink", that will
work for that cell, Can I remove the hyperlink for the whole expreadsheet?
Thank you
ramo

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ramo
 
Posts: n/a
Default Hyperlink

Gary''s Student

I worked great
thank you
ramo

"Gary''s Student" wrote:

Enter this tiny macro:

sub hypergone()
Selection.Hyperlinks.Delete
end sub

Select the area of the worksheet and run the macro.
--
Gary's Student


"Ramo" wrote:

User has a spreadsheet that no matter the cell you click, it will open a new
email.
I did a right click on a cell and clikc on "remove Hyperlink", that will
work for that cell, Can I remove the hyperlink for the whole expreadsheet?
Thank you
ramo

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
Hyperlink function fails when using variable row number Balex Excel Worksheet Functions 5 April 8th 06 06:35 AM
answer to odd results when comparing hyperlink addresses Patricia Shannon Links and Linking in Excel 0 March 9th 06 07:28 PM
Hyperlink won't open any other XLS file Jinx1966 Excel Discussion (Misc queries) 2 February 9th 06 08:26 AM
Using the Hyperlink Function and finding filenames Jeni Q Excel Worksheet Functions 0 September 20th 05 02:37 PM
Importing Data from an Access Database Including a Hyperlink Colum B.C.Lioness Excel Discussion (Misc queries) 0 May 16th 05 05:26 PM


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