View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jello jello is offline
external usenet poster
 
Posts: 14
Default Extract numbers from a string ?

I have serached the String class but cant see any function that can identify
integers within a string ?
I want to replace all instances of "Mystringwith10integer" with
"Mystringwith11integer" etc.
Is there such a funtion ?

Many thanks, Jello