View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
thomsonpa thomsonpa is offline
external usenet poster
 
Posts: 31
Default extract numbers from text string

I have a column of cells with information in some of the cells only. the
information is text with numbers (the text can be of varying length), for
example: C3 could contain: 1 avml 12 chml 1 special occasion.
There could be as many as 12 variations in the string of text.
I need to extract all the information into other cells, seperating the
numbers from the text so H3 = 1 I3 = avml, etc.
How do I do this with visual basic?