LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Cancel Hyperlink Click

What you could do is set it up so that a condition must be met before the
Hyperlink is displayed. You can use:
If (condidtion is true) then
MySheet.Range(somewhere) = "Hyperlink"
Else
(do something else)
End If


" wrote:

Sorry, no I mean when the user clicks on it, to conditionally cancel
the loading of the URL.

JLGWhiz wrote:
One way is to delete it. You can also right click on it and then click
"Remove Hyperlink".

" wrote:

Is there any way to cancel the clicking of a hyperlink?






 
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
Cannot seem to Cancel EXCEL App Right Click Event using C# Nick Biggs Excel Programming 18 October 28th 09 08:16 AM
VBScript to prompt Save on Cancel click paperclip[_2_] Excel Programming 8 August 3rd 06 04:11 PM
Stop code from running when I click "Cancel" Dean[_9_] Excel Programming 3 March 2nd 06 12:34 AM
How do I add hyperlink to Right click Kyle Excel Worksheet Functions 1 December 29th 04 05:58 PM
how to stop program with loop by click "Cancel" button miao jie Excel Programming 2 December 16th 04 02:42 PM


All times are GMT +1. The time now is 04:05 AM.

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"