View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default parsing text field based on commas or spaces

Hi
have you tried 'Data - Text to columns'?

In VBA have a look at the Split method (not available in Excel 97
though)

--
Regards
Frank Kabel
Frankfurt, Germany

"Excel User" <Excel schrieb im
Newsbeitrag ...
Is there a way to parse a text field (different lengths) based on

spaces or
commas within the field? Thank you!