How can I stop Outlook from automatically opening a new email when I click on an email address in Excel?

Counselor

New Member
Joined
Jan 31, 2009
Messages
2
:rolleyes:

In my Excel spreadsheet I have a column to store the email addresses of my clients. Every time I click on the text of an email address, it automatically opens Outlook with a new message composed to that address. How do I stop this from happening? I don't even use Outlook for my email and this is really frustrating. I've tried changing the format of the column to no avail.

Thank you; your help is most appreciated.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hello and welcome to MrExcel.

Try this with a copy of your sheet. Press ALT + F11 to open the Visual Basic Editor, Insert > Module and paste the following into the white space on the right:

Code:
Sub DelHy()
ActiveSheet.Hyperlinks.Delete
End Sub

Press ALT + F11 to return to your sheet, Tools > Macro > Macros, highlight DelHy and click the Run button.
 
Upvote 0
It worked!!!!! :biggrin:

You have saved me hours and hours of frustration.

Thank you, Thank you, Thank you!!!

YOU ROCK!!!!!!!!!
 
Upvote 0
Dear Vog:
I registered in this website just to thank you for this miraculous solution. As the Counselor says,
You have saved me hours and hours of frustration.

Thank you, Thank you, Thank you!!!

YOU ROCK!!!!!!!!!
 
Upvote 0
@Juansito
Welcome to the MrExcel board!
If you wanted to keep the hyperlink option available, you can also do a 'slow click'. That is, just hold the mouse button for a bit longer than usual when you click on the cell with the hyperlinked email address.
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

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