View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default How to find function set about text

in the Object browser in the VBE, select VBA as the library. In the
"Classes" window on the left, find "Strings" and select it. The "Members"
(right) window will have all the string functions.


Select a string function in the browser and hit F1 to get the help on it.

--
Regards,
Tom Ogilvy


"clara" wrote:

Hi all,

How to find funciton set about text in Excel VBA Help?

Clara
--
thank you so much for your help