Thread: CSV File
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Earl Kiosterud Earl Kiosterud is offline
external usenet poster
 
Posts: 611
Default CSV File

Newguy,

If it's a CSV cell, there are no cells for the data to all be in one of, in a coma. When
it's imported, the separate fields should come out of their comas and wind up in separate
columns, if done properly. You won't want it all in one cell, Alt-Enters or not.

--
Regards from Virginia Beach,

Earl Kiosterud
www.smokeylake.com

Note: Top-posting has been the norm here.
Some folks prefer bottom-posting.
But if you bottom-post to a reply that's
already top-posted, the thread gets messy.
When in Rome...
-----------------------------------------------------------------------
"newguy" wrote in message
ups.com...
I have a CSV file that contains an address in a single cell with the
various components (name, address, city, state, zip) all separated by
a coma. I need to search the cell find the coma press alt enter then
find the next one. Thanks in advance.