You have hyperlinks stored with the test just being the email name.
You can use the UDF (user defined function) here to "extract" the actual email address:
http://www.ozgrid.com/VBA/
Main Topics
Browse All TopicsI have got a excel file which has one column which shows the text "email" , when you hover mouse over this text it shows the actual email id.so probably the actual emaild is is stored on that excel file.
How can i get these email ids and copy to another column.
Cannot do manually since there are over 20000 rows.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You have hyperlinks stored with the test just being the email name.
You can use the UDF (user defined function) here to "extract" the actual email address:
http://www.ozgrid.com/VBA/
You can insert the following into a module and run it:
The offset from the cell containing the link is defined as columnoffset and will overwrite the value presently there, if set to zero it will overwrite the link, i.e. delete it replace the link with the linked address
To Create a macro:
------------------
Alt + F11 to open the macro editor
Insert | Module to insert a code module into the project
In the project tree select the module.
Insert the required macro(s) into the selected module, ('Module1' or similar)
Close the Visual Basic Editor.
Check Security as appropriate:
--------------------------
In the application select Tools | Macro | Security
Select Medium
Select OK
To run a macro:
---------------
Alt + F8
Select the macro
Select 'Run'
Chris
Business Accounts
Answer for Membership
by: kimberleyharrisPosted on 2008-03-08 at 05:22:58ID: 21076890
If the text you are referring to was pasted into the spreadsheet, Excel sometimes does not display such text as a hyperlink even though the hyperlink is contained underneath. I don't really know a quick way to actually SHOW all the underlying email hyperlink text. However you might use the info below to convert the text to LIVE hyperlinks which can be clicked from the spreadsheet. Hope this helps.
/Hyperlink -Pasted-Im ported.asp x
http://kbalertz.com/271856
Kim