Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable 'save' command in Excel 2000 | Excel Discussion (Misc queries) | |||
disable autosorting in Pivot Table Excel 2000 | Excel Discussion (Misc queries) | |||
how can i enable or disable the paste option in excel 2000 | Excel Worksheet Functions | |||
How can I globally disable the Hypertext link option in Excel? | Setting up and Configuration of Excel | |||
How can I disable error pop-ups in Excel 2000? | Excel Discussion (Misc queries) |