Exporting contacts to excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am exporting my contacts folder to an excel file. I then copy info from
this file into a fresh excel document. When I do this I am not able to "click
on" to the email address in the excel file. When I go to the cell where the
address is it looks okay but when I look in the formula box there is some
sort of apostrophe ('). When I take it out (manually) I can then to the email
address and send. I have hundreds of these ' to take out. How do I do this?
 
How about just using a helper column that inserts a hyperlink:

=hyperlink("mailto:" & a1)

And drag down.
 

Ask a Question

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.

Ask a Question

Back
Top