G
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Hi Dave!
I just wanted to thank you for this posting. I have been frustrated by this
issue for about a week now and finally stumbled across your posting. What a
relief. It solved my problem and I am eternally grateful to you
Thanks again – may all that good cycle back your way when you least expect it!
Heather

Dave Peterson said:If you have the email addresses in a column, you can use a helper column that
contains a formula like:
=hyperlink("mailto://" & a1)
And drag down.
If you want to use the VBA code you've found, post back and include that code.
(Personally, I think I like the =hyperlink() worksheet function more than the
insert|hyperlink stuff.
Dave Peterson said:Select all the cells (ctrl-A (twice in xl2003))
hit alt-f11 (to get to the VBE, where macros live)
hit ctrl-g (to see the immediate window)
type this and hit enter:
selection.hyperlinks.delete
Close the VBE and back to excel to see if it worked.
===
You could even just select a smaller range and just clean that since the command
uses the current selection.
davey wrote:

Beverly said:Dave Peterson is a very smart person!!!!!
I love you Dave!!!!
Thank you for taking the time to write this because you saved me from
manually going in to 1,843 cells and removing hyperlinks.
![]()
Dave Peterson said:Select all the cells (ctrl-A (twice in xl2003))
hit alt-f11 (to get to the VBE, where macros live)
hit ctrl-g (to see the immediate window)
type this and hit enter:
selection.hyperlinks.delete
Close the VBE and back to excel to see if it worked.
===
You could even just select a smaller range and just clean that since the command
uses the current selection.
davey wrote:
I would like to include this as a VBA sub (macro) and put it into
Thank you - Dave -- Dave Peterson not only answered my
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.