View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jeffrey jeffrey is offline
external usenet poster
 
Posts: 8
Default Retrieve numbers that meet criteria

I have a column with text. I'd like to retrieve all of the 3 and 4
digit numbers from it and put it into a new column/columns. For
example:

The 5 kids ate 348 hot dogs - 348
3248 kids ate 4000burgers - 3248, 4000

Is there a way of doing this using Excel commands or VBA?

Jeff