View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
myBasic[_2_] myBasic[_2_] is offline
external usenet poster
 
Posts: 10
Default Extract keyword from a string

Hello everybody,

Please kindly tell how to extract the key word "popular " by VBA function,
say Mid, how to:

Dim theString as String
theString = "Jeans are popular among the young."

Thanks & Regards.