View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tommy T Tommy T is offline
external usenet poster
 
Posts: 9
Default Break string into words

Hey guys,
I'm looking to extract some info from textboxes on a
userform. The info could be 1-4 words. Is there a way I
can break a string of 4 words into 4 separate strings? I
know with Excel functions I could use Search to find the
spaces and then try to go from there, but is there a
better way?

Thanks,
TT