Thread: extract string
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dreamer[_17_] dreamer[_17_] is offline
external usenet poster
 
Posts: 1
Default extract string

I have a string that looks like this:

15;18;22;25

or like this

2;89

How can I extract it so it returns only the numbers from the string.
So in the first case it would be 15 18 22 25 etc..

--
Message posted from http://www.ExcelForum.com