View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RzB RzB is offline
external usenet poster
 
Posts: 27
Default CSV String to consecutive cells

I have a string like this...

"05-Nov-03,0,2,3,2,20,30"

and I want to put these values into consecutive cells.
Is there some way I can do this in one go or have I got
dig each value out of the string etc...

Thanks,
Roy