ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to disable mailto link under Excel 2000 ? (https://www.excelbanter.com/excel-discussion-misc-queries/223128-how-disable-mailto-link-under-excel-2000-a.html)

Help~

How to disable mailto link under Excel 2000 ?
 
When there is a "@" character in cell, it will turn into mailto link directly.
If I remove the link and edit the cell, the link appears again.
All the solution I can found are for Excel 2002 and later.
How to disable mailto link under Excel 2000 ?

Simon Lloyd[_115_]

How to disable mailto link under Excel 2000 ?
 

SImply put this code in the worksheet code module that you are working
with
Code:
--------------------
Private Sub Worksheet_Change(ByVal Target As Range)
Me.Hyperlinks.Delete
End Sub
--------------------


Help~;256189 Wrote:
When there is a "@" character in cell, it will turn into mailto link
directly.
If I remove the link and edit the cell, the link appears again.
All the solution I can found are for Excel 2002 and later.
How to disable mailto link under Excel 2000 ?



--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=71508



All times are GMT +1. The time now is 12:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com