Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default hyperlinking a cell in many sheets

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default hyperlinking a cell in many sheets

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 12
Default hyperlinking a cell in many sheets

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default hyperlinking a cell in many sheets

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default hyperlinking a cell in many sheets

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default hyperlinking a cell in many sheets

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
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
hyperlinking to hidden work sheets Josie Excel Discussion (Misc queries) 4 March 9th 07 02:40 PM
Cell to cell hyperlinking does not work, please help Trevor Excel Worksheet Functions 1 October 24th 06 03:02 PM
Dynamic Hyperlinking ? Arjun Chowdhry Excel Discussion (Misc queries) 1 July 3rd 06 03:55 PM
Hyperlinking Niccalo Excel Worksheet Functions 2 May 31st 05 12:07 PM
Hyperlinking when it shouldn't... B.C.Lioness Excel Worksheet Functions 0 May 17th 05 07:15 PM


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