View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BerkshireGuy BerkshireGuy is offline
external usenet poster
 
Posts: 6
Default Parsing data into seperate sheets

I have many rows with a cell that looks like this:

2134;2345;2342
2123;2343
2322

So each of these cells can containe one or more numbers seperated by a
semicolon.

I need to parse these numbers out and place them in a seperate
worksheet, preferable in one column so that I can easily do a count of
unqiue values.

How can I do this via code. I rather not having the user needing to use
the Text to columns option..

Thanks
B