Thread: CSV File
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default CSV File

You could use Find & Replace (CTRL-H). Highlight all your cells withe
the addresses in, CTRL-H, then:

Find What: , (comma)
Replace With CTRL-J or ALT-010 (on numeric keypad)

Replace All.

Hope this helps.

Pete

On Oct 11, 2:37 pm, newguy wrote:
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.