View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Seperating 1 String into Many strings!

datatext to columnsdelimitedcomma

--
Don Guillett
SalesAid Software

"Ben H" wrote in message
...
Hi all! I need to take a string and seperate it into 4 strings. It reads
".00004,.00034,.0024,.008" and i need to put it into 4 seperate strings,
seperated by the commas

Thanks!