View Single Post
  #3   Report Post  
Nick Hodge
 
Posts: n/a
Default

Jeff

This can be parsed with code but normally with these questions we are not
getting all the information.

Do all the entries have five lines?
Is there a gap between each group?
If they do not all have five lines are there gaps in the groups?
Is the same data always in the same line of a group (City, State, Etc)?

Answers to these may help someone to look at it

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Jeff Brown" <Jeff
wrote in message
...
Hi,
How can I take text entered like this:
Mike Smith Toyota
123 Main St
Anytown, TX 12345
phone 713 222 1212
fax 713 222 2121

...and move it to where every address element (name, street, city, etc.)
is
in its own column? Text to Columns obviously won't work, and I've had no
luck trying to make a macro to do it.
Thanks,
Jeff