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 find string data type related functions

in the VBE, bring up the object browser. Select VBA in the top dropdown
(leave search text blank), then under classes, select strings. To see help
entries for any function, Pick the function and hit F1.

--
Regards,
Tom Ogilvy


"clara" wrote:

Hi all,

How to find a string data type related functions? I mean a list of all of
summary in VBA Help.

Clara
--
thank you so much for your help