Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Email addresses in a comma-delimited (CSV) file

I am trying to create a csv from another application to be imported into
Excel. One of the columns will contain email addresses. Is there a way that I
can format the data in the column to have the addresses be 'links' when
brought into Excel.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Email addresses in a comma-delimited (CSV) file

First, hyperlinks are not just formatting. The Insert|hyperlink style of
hyperlinks are objects in excel.

Second, CSV files are plain old text. They don't hold these kinds of objects.
(And they also don't contain any formatting properties, either.)

But third, you may be able to cheat a bit.

Can you go back to the other application and have them change the way the email
field in the CSV file is created.

If you can get them to create a text field that looks like:
"" )"

like:

1234,"=hyperlink(""mailto:emailaddresshere@domain. com"")","another field",...

For me, xl2003 (with my USA function names) sees this field as a formula. The
cell isn't formatted to show a hyperlink (in my simple tests). But when you
click on one of those cells, the default email program starts up correctly.

============
Alternatively, instead of opening the .CSV file by just double clicking on it or
using File|open (in xl2003 menus), you could open the file using a macro in a
workbook dedicated to opening these CSV type files.

Then the macro could open the file and even convert the values in the fields to
hyperlinks.




email addresses in csv file wrote:

I am trying to create a csv from another application to be imported into
Excel. One of the columns will contain email addresses. Is there a way that I
can format the data in the column to have the addresses be 'links' when
brought into Excel.


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating CSV Comma Delimited File Connie Excel Discussion (Misc queries) 1 October 19th 06 04:27 PM
Importing Comma delimited file Patsy Rogge Excel Discussion (Misc queries) 2 April 20th 06 02:50 PM
Importing a part of a big comma delimited csv-file smari Excel Worksheet Functions 0 October 6th 05 02:32 PM
How can I save a file as a comma-delimited text file in Excel? LAM Excel Discussion (Misc queries) 1 May 3rd 05 10:24 PM
I have a Comma Delimited FIle that requires 10 characters for name sueshe Excel Discussion (Misc queries) 4 January 10th 05 06:51 PM


All times are GMT +1. The time now is 06:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"