find string data type related functions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

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

Clara
 
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.
 
Hi Clara,

you might also find the "like" operator helpful,
of course not to be found in the object browser
as it isn't an object.

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top