Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I selected many sheets and click a cell then tried to delete
hyperlink. But it is executed. Are there some limitations for actions on many sheets (Performing an action on many sheets has a good name, but I forget it) TIA, Rasoul Khoshravan |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
First RIGHT-click the link and select Remove Hyperlink from the popup.
Then clear the text if you desire. -- Gary''s Student - gsnu200715 "Yabi" wrote: I selected many sheets and click a cell then tried to delete hyperlink. But it is executed. Are there some limitations for actions on many sheets (Performing an action on many sheets has a good name, but I forget it) TIA, Rasoul Khoshravan |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On Apr 16, 12:28 pm, Gary''s Student
wrote: First RIGHT-click the link and select Remove Hyperlink from the popup. Then clear the text if you desire. -- Gary''s Student - gsnu200715 "Yabi" wrote: I selected many sheets and click a cell then tried to delete hyperlink. But it is executed. Are there some limitations for actions on many sheets (Performing an action on many sheets has a good name, but I forget it) TIA, RasoulKhoshravan- Hide quoted text - - Show quoted text - I know the steps you mentioned. My question is how to perform that action (removing the hyperlink) in more than one sheet. |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Enter and run this small macro:
Sub qwerty() For Each w In Worksheets w.Activate Cells.Hyperlinks.Delete Next End Sub It will remove ALL hyperlinks in ALL worksheets. -- Gary''s Student - gsnu200716 "Yabi" wrote: On Apr 16, 12:28 pm, Gary''s Student wrote: First RIGHT-click the link and select Remove Hyperlink from the popup. Then clear the text if you desire. -- Gary''s Student - gsnu200715 "Yabi" wrote: I selected many sheets and click a cell then tried to delete hyperlink. But it is executed. Are there some limitations for actions on many sheets (Performing an action on many sheets has a good name, but I forget it) TIA, RasoulKhoshravan- Hide quoted text - - Show quoted text - I know the steps you mentioned. My question is how to perform that action (removing the hyperlink) in more than one sheet. |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Depends upon how the hyperlinks were created, I believe.
It will not delete those you create with =HYPERLINK(..) Function Just those created via right-clickhyperlink or EditPaste as Hyperlink. Gord Dibben MS Excel MVP On Wed, 18 Apr 2007 05:30:03 -0700, Gary''s Student wrote: Enter and run this small macro: Sub qwerty() For Each w In Worksheets w.Activate Cells.Hyperlinks.Delete Next End Sub It will remove ALL hyperlinks in ALL worksheets. |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks.
by the way is there any way to add a screentip if =hyperlink() is used instead of: Insert Hyperlink -- Gary''s Student - gsnu200716 "Gord Dibben" wrote: Depends upon how the hyperlinks were created, I believe. It will not delete those you create with =HYPERLINK(..) Function Just those created via right-clickhyperlink or EditPaste as Hyperlink. Gord Dibben MS Excel MVP On Wed, 18 Apr 2007 05:30:03 -0700, Gary''s Student wrote: Enter and run this small macro: Sub qwerty() For Each w In Worksheets w.Activate Cells.Hyperlinks.Delete Next End Sub It will remove ALL hyperlinks in ALL worksheets. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hyperlinking to hidden work sheets | Excel Discussion (Misc queries) | |||
Cell to cell hyperlinking does not work, please help | Excel Worksheet Functions | |||
Dynamic Hyperlinking ? | Excel Discussion (Misc queries) | |||
Hyperlinking | Excel Worksheet Functions | |||
Hyperlinking when it shouldn't... | Excel Worksheet Functions |