View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johnny[_6_] Johnny[_6_] is offline
external usenet poster
 
Posts: 1
Default Separate String into string + value form

If I have a string " tree1234 ". How can I separate it
into 2 cells " tree " and the most important the " 1234 "
should be in value format. Pls advise.

Johnny