View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cosmin cosmin is offline
external usenet poster
 
Posts: 1
Default string and numeric

Hi all,

I am using office 2003, and I try the following: in range(a1:a:20) I have
something like "123uiun" but not always the same number of string character
or number character, they can be also "1hjjll". I want to separate string and
the number. How can I do this using VBA?

Thanks in advance