Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink function fails when using variable row number | Excel Worksheet Functions | |||
answer to odd results when comparing hyperlink addresses | Links and Linking in Excel | |||
Hyperlink won't open any other XLS file | Excel Discussion (Misc queries) | |||
Using the Hyperlink Function and finding filenames | Excel Worksheet Functions | |||
Importing Data from an Access Database Including a Hyperlink Colum | Excel Discussion (Misc queries) |