MailTo:

MikeDBMan

Well-known Member
Joined
Nov 10, 2010
Messages
608
I have some cells in a column that if I hoover over the text in one of the cells, I get this message:
"mailto: CellContents - Click once to follow. Click and hold to select this cell."
Where "CellContents" is the text within the cell. My question: How did I create this and how do I get rid of it? If I click the text, it tries to email the contents of the cell. Not my desire AT ALL. Suggestions?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Does the cell contain the @ character?

Excel will automatically assume this is an email address and hyperlink it. Try right-clicking the cell and clicking on Remove Hyperlink.
 
Upvote 0
If you have more than one of these there is a simple command you can execute in the Visual Basic Editor:

1. Open VBE with Alt+F11
2. Open Immediate Window with Ctrl+G
3. Type in the following and hit Enter:

Activesheet.hyperlinks.delete
 
Upvote 0
Thanks. They were indeed hyperlinks. Not sure how I did that and only on some of the cells but regardless, problem solved!
 
Upvote 0

Forum statistics

Threads
1,215,359
Messages
6,124,488
Members
449,166
Latest member
hokjock

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top