Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-02-2008, 04:57 PM
Patty Ayers
 
Posts: n/a
Export to comma-delimited format doesn't seem to work

I apologize for the elementary question. I have an Excel spreadsheet which
is simply a list of email addresses. I want to export them to a format
allowing me to paste them into the "To" field of an email. (In case you're
concerned, this is not unsolicited bulk commercial email). I've been able to
export them to a .csv format, but it doesn't seem to have the commas, which
confuses me and my email software.

Any help will be much appreciated.

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--

Reply With Quote
  #2 (permalink)  
Old 05-02-2008, 05:43 PM
Jim Rech
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

Put "a" in A1 and "b" in B1 and save as a CSV file (File, Save and change
the Save As type to CSV).

Then open the resulting CSV in Notepad. You should see a,b if your list
separator character is a comma.

--
Jim
"Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
news:u60460GrIHA.4476@TK2MSFTNGP06.phx.gbl...
|I apologize for the elementary question. I have an Excel spreadsheet which
| is simply a list of email addresses. I want to export them to a format
| allowing me to paste them into the "To" field of an email. (In case you're
| concerned, this is not unsolicited bulk commercial email). I've been able
to
| export them to a .csv format, but it doesn't seem to have the commas,
which
| confuses me and my email software.
|
| Any help will be much appreciated.
|
| --
| Patty Ayers | www.WebDevBiz.com
| Free Articles on the Business of Web Development
| Web Design Contract, Estimate Request Form, Estimate Worksheet
| --
|


Reply With Quote
  #3 (permalink)  
Old 05-02-2008, 05:49 PM
Patty Ayers
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

Jim, thank you for this. The file I'm exporting from has date in A1, A2, A3,
etc. - all in column A. Will that work as a CSV?


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--

"Jim Rech" <jrrech@hotmail.com> wrote in message
news:uUs8IOHrIHA.2292@TK2MSFTNGP03.phx.gbl...
> Put "a" in A1 and "b" in B1 and save as a CSV file (File, Save and change
> the Save As type to CSV).
>
> Then open the resulting CSV in Notepad. You should see a,b if your list
> separator character is a comma.
>
> --
> Jim
> "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
> news:u60460GrIHA.4476@TK2MSFTNGP06.phx.gbl...
> |I apologize for the elementary question. I have an Excel spreadsheet
> which
> | is simply a list of email addresses. I want to export them to a format
> | allowing me to paste them into the "To" field of an email. (In case
> you're
> | concerned, this is not unsolicited bulk commercial email). I've been
> able
> to
> | export them to a .csv format, but it doesn't seem to have the commas,
> which
> | confuses me and my email software.
> |
> | Any help will be much appreciated.
> |
> | --
> | Patty Ayers | www.WebDevBiz.com
> | Free Articles on the Business of Web Development
> | Web Design Contract, Estimate Request Form, Estimate Worksheet
> | --
> |
>
>


Reply With Quote
  #4 (permalink)  
Old 05-02-2008, 06:15 PM
Jim Rech
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

The best way to find out how a given type of data is saved in a CSV is to
try it on a small sample.

--
Jim
"Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
news:e$3gRSHrIHA.4280@TK2MSFTNGP02.phx.gbl...
| Jim, thank you for this. The file I'm exporting from has date in A1, A2,
A3,
| etc. - all in column A. Will that work as a CSV?
|
|
| --
| Patty Ayers | www.WebDevBiz.com
| Free Articles on the Business of Web Development
| Web Design Contract, Estimate Request Form, Estimate Worksheet
| --
|
| "Jim Rech" <jrrech@hotmail.com> wrote in message
| news:uUs8IOHrIHA.2292@TK2MSFTNGP03.phx.gbl...
| > Put "a" in A1 and "b" in B1 and save as a CSV file (File, Save and
change
| > the Save As type to CSV).
| >
| > Then open the resulting CSV in Notepad. You should see a,b if your list
| > separator character is a comma.
| >
| > --
| > Jim
| > "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
| > news:u60460GrIHA.4476@TK2MSFTNGP06.phx.gbl...
| > |I apologize for the elementary question. I have an Excel spreadsheet
| > which
| > | is simply a list of email addresses. I want to export them to a format
| > | allowing me to paste them into the "To" field of an email. (In case
| > you're
| > | concerned, this is not unsolicited bulk commercial email). I've been
| > able
| > to
| > | export them to a .csv format, but it doesn't seem to have the commas,
| > which
| > | confuses me and my email software.
| > |
| > | Any help will be much appreciated.
| > |
| > | --
| > | Patty Ayers | www.WebDevBiz.com
| > | Free Articles on the Business of Web Development
| > | Web Design Contract, Estimate Request Form, Estimate Worksheet
| > | --
| > |
| >
| >
|


Reply With Quote
  #5 (permalink)  
Old 05-02-2008, 07:49 PM
Patty Ayers
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

Yes, and my actual spreadsheet is a small sample: only 1 column and about 15
rows. It comes out without commas, thus my confusion..


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--

"Jim Rech" <jrrech@hotmail.com> wrote in message
news:Oe4kMgHrIHA.2492@TK2MSFTNGP06.phx.gbl...
> The best way to find out how a given type of data is saved in a CSV is to
> try it on a small sample.
>
> --
> Jim
> "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
> news:e$3gRSHrIHA.4280@TK2MSFTNGP02.phx.gbl...
> | Jim, thank you for this. The file I'm exporting from has date in A1, A2,
> A3,
> | etc. - all in column A. Will that work as a CSV?
> |
> |
> | --
> | Patty Ayers | www.WebDevBiz.com
> | Free Articles on the Business of Web Development
> | Web Design Contract, Estimate Request Form, Estimate Worksheet
> | --
> |
> | "Jim Rech" <jrrech@hotmail.com> wrote in message
> | news:uUs8IOHrIHA.2292@TK2MSFTNGP03.phx.gbl...
> | > Put "a" in A1 and "b" in B1 and save as a CSV file (File, Save and
> change
> | > the Save As type to CSV).
> | >
> | > Then open the resulting CSV in Notepad. You should see a,b if your
> list
> | > separator character is a comma.
> | >
> | > --
> | > Jim
> | > "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
> | > news:u60460GrIHA.4476@TK2MSFTNGP06.phx.gbl...
> | > |I apologize for the elementary question. I have an Excel spreadsheet
> | > which
> | > | is simply a list of email addresses. I want to export them to a
> format
> | > | allowing me to paste them into the "To" field of an email. (In case
> | > you're
> | > | concerned, this is not unsolicited bulk commercial email). I've been
> | > able
> | > to
> | > | export them to a .csv format, but it doesn't seem to have the
> commas,
> | > which
> | > | confuses me and my email software.
> | > |
> | > | Any help will be much appreciated.
> | > |
> | > | --
> | > | Patty Ayers | www.WebDevBiz.com
> | > | Free Articles on the Business of Web Development
> | > | Web Design Contract, Estimate Request Form, Estimate Worksheet
> | > | --
> | > |
> | >
> | >
> |
>
>


Reply With Quote
  #6 (permalink)  
Old 05-02-2008, 08:04 PM
Dave Peterson
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

Try putting something (a space character or ="") in the adjacent column. Then
save the file as .csv.

You may want to try this technique:

Put this in B1:
=A1

And put this in B2:
=B1&","&A2
and drag down.

You should be able to copy the value in B15 to the email to: field.

Patty Ayers wrote:
>
> I apologize for the elementary question. I have an Excel spreadsheet which
> is simply a list of email addresses. I want to export them to a format
> allowing me to paste them into the "To" field of an email. (In case you're
> concerned, this is not unsolicited bulk commercial email). I've been able to
> export them to a .csv format, but it doesn't seem to have the commas, which
> confuses me and my email software.
>
> Any help will be much appreciated.
>
> --
> Patty Ayers | www.WebDevBiz.com
> Free Articles on the Business of Web Development
> Web Design Contract, Estimate Request Form, Estimate Worksheet
> --


--

Dave Peterson
Reply With Quote
  #7 (permalink)  
Old 05-02-2008, 08:22 PM
Patty Ayers
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

Thanks very much, Dave - will try that.


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--

"Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
news:481B65BC.4BB79B9@verizonXSPAM.net...
> Try putting something (a space character or ="") in the adjacent column.
> Then
> save the file as .csv.
>
> You may want to try this technique:
>
> Put this in B1:
> =A1
>
> And put this in B2:
> =B1&","&A2
> and drag down.
>
> You should be able to copy the value in B15 to the email to: field.
>
> Patty Ayers wrote:
>>
>> I apologize for the elementary question. I have an Excel spreadsheet
>> which
>> is simply a list of email addresses. I want to export them to a format
>> allowing me to paste them into the "To" field of an email. (In case
>> you're
>> concerned, this is not unsolicited bulk commercial email). I've been able
>> to
>> export them to a .csv format, but it doesn't seem to have the commas,
>> which
>> confuses me and my email software.
>>
>> Any help will be much appreciated.
>>
>> --
>> Patty Ayers | www.WebDevBiz.com
>> Free Articles on the Business of Web Development
>> Web Design Contract, Estimate Request Form, Estimate Worksheet
>> --

>
> --
>
> Dave Peterson


Reply With Quote
  #8 (permalink)  
Old 05-03-2008, 04:06 AM
Earl Kiosterud
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

Patty,

How are you determining it doesn't have commas? Are you opening it with Notepad or
something like that? If you do, you'll probably see the commas. If you're opening it in
Excel, you won't.

--
Regards from Virginia Beach,

Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
"Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
news:eYVYLVIrIHA.548@TK2MSFTNGP06.phx.gbl...
> Yes, and my actual spreadsheet is a small sample: only 1 column and about 15 rows. It
> comes out without commas, thus my confusion..
>
>
> --
> Patty Ayers | www.WebDevBiz.com
> Free Articles on the Business of Web Development
> Web Design Contract, Estimate Request Form, Estimate Worksheet
> --
>
> "Jim Rech" <jrrech@hotmail.com> wrote in message
> news:Oe4kMgHrIHA.2492@TK2MSFTNGP06.phx.gbl...
>> The best way to find out how a given type of data is saved in a CSV is to
>> try it on a small sample.
>>
>> --
>> Jim
>> "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
>> news:e$3gRSHrIHA.4280@TK2MSFTNGP02.phx.gbl...
>> | Jim, thank you for this. The file I'm exporting from has date in A1, A2,
>> A3,
>> | etc. - all in column A. Will that work as a CSV?
>> |
>> |
>> | --
>> | Patty Ayers | www.WebDevBiz.com
>> | Free Articles on the Business of Web Development
>> | Web Design Contract, Estimate Request Form, Estimate Worksheet
>> | --
>> |
>> | "Jim Rech" <jrrech@hotmail.com> wrote in message
>> | news:uUs8IOHrIHA.2292@TK2MSFTNGP03.phx.gbl...
>> | > Put "a" in A1 and "b" in B1 and save as a CSV file (File, Save and
>> change
>> | > the Save As type to CSV).
>> | >
>> | > Then open the resulting CSV in Notepad. You should see a,b if your list
>> | > separator character is a comma.
>> | >
>> | > --
>> | > Jim
>> | > "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
>> | > news:u60460GrIHA.4476@TK2MSFTNGP06.phx.gbl...
>> | > |I apologize for the elementary question. I have an Excel spreadsheet
>> | > which
>> | > | is simply a list of email addresses. I want to export them to a format
>> | > | allowing me to paste them into the "To" field of an email. (In case
>> | > you're
>> | > | concerned, this is not unsolicited bulk commercial email). I've been
>> | > able
>> | > to
>> | > | export them to a .csv format, but it doesn't seem to have the commas,
>> | > which
>> | > | confuses me and my email software.
>> | > |
>> | > | Any help will be much appreciated.
>> | > |
>> | > | --
>> | > | Patty Ayers | www.WebDevBiz.com
>> | > | Free Articles on the Business of Web Development
>> | > | Web Design Contract, Estimate Request Form, Estimate Worksheet
>> | > | --
>> | > |
>> | >
>> | >
>> |
>>
>>

>



Reply With Quote
  #9 (permalink)  
Old 05-03-2008, 02:49 PM
Jim Rech
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

One column of data will not not have a delimiter because there is nothing to
delimit.

--
Jim
"Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
news:eYVYLVIrIHA.548@TK2MSFTNGP06.phx.gbl...
> Yes, and my actual spreadsheet is a small sample: only 1 column and about
> 15 rows. It comes out without commas, thus my confusion..
>
>
> --
> Patty Ayers | www.WebDevBiz.com
> Free Articles on the Business of Web Development
> Web Design Contract, Estimate Request Form, Estimate Worksheet
> --
>
> "Jim Rech" <jrrech@hotmail.com> wrote in message
> news:Oe4kMgHrIHA.2492@TK2MSFTNGP06.phx.gbl...
>> The best way to find out how a given type of data is saved in a CSV is to
>> try it on a small sample.
>>
>> --
>> Jim
>> "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
>> news:e$3gRSHrIHA.4280@TK2MSFTNGP02.phx.gbl...
>> | Jim, thank you for this. The file I'm exporting from has date in A1,
>> A2,
>> A3,
>> | etc. - all in column A. Will that work as a CSV?
>> |
>> |
>> | --
>> | Patty Ayers | www.WebDevBiz.com
>> | Free Articles on the Business of Web Development
>> | Web Design Contract, Estimate Request Form, Estimate Worksheet
>> | --
>> |
>> | "Jim Rech" <jrrech@hotmail.com> wrote in message
>> | news:uUs8IOHrIHA.2292@TK2MSFTNGP03.phx.gbl...
>> | > Put "a" in A1 and "b" in B1 and save as a CSV file (File, Save and
>> change
>> | > the Save As type to CSV).
>> | >
>> | > Then open the resulting CSV in Notepad. You should see a,b if your
>> list
>> | > separator character is a comma.
>> | >
>> | > --
>> | > Jim
>> | > "Patty Ayers" <signup1REMOVE@ayersvirtualREMOVE.com> wrote in message
>> | > news:u60460GrIHA.4476@TK2MSFTNGP06.phx.gbl...
>> | > |I apologize for the elementary question. I have an Excel spreadsheet
>> | > which
>> | > | is simply a list of email addresses. I want to export them to a
>> format
>> | > | allowing me to paste them into the "To" field of an email. (In case
>> | > you're
>> | > | concerned, this is not unsolicited bulk commercial email). I've
>> been
>> | > able
>> | > to
>> | > | export them to a .csv format, but it doesn't seem to have the
>> commas,
>> | > which
>> | > | confuses me and my email software.
>> | > |
>> | > | Any help will be much appreciated.
>> | > |
>> | > | --
>> | > | Patty Ayers | www.WebDevBiz.com
>> | > | Free Articles on the Business of Web Development
>> | > | Web Design Contract, Estimate Request Form, Estimate Worksheet
>> | > | --
>> | > |
>> | >
>> | >
>> |
>>
>>

>



Reply With Quote
  #10 (permalink)  
Old 05-05-2008, 03:27 PM
timmg
 
Posts: n/a
Re: Export to comma-delimited format doesn't seem to work

On May 2, 1:49*pm, "Patty Ayers"
<signup1REM...@ayersvirtualREMOVE.com> wrote:
> Yes, and my actual spreadsheet is a small sample: only 1 column and about 15
> rows. It comes out without commas, thus my confusion..


Why not highlight the email addresses in Excel then copy and paste
them into the To: or BCC: fields in Outlook. Outlook will do the
necessary conversion to delimit the addressess.

tim mills-groninger
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



All times are GMT. The time now is 05:06 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Magazine Subscriptions | Toy Store | Online Loans | Online Schooling | Mortgage



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114