Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help needed with lookup and related functions | Excel Worksheet Functions | |||
Need help with Excel 2000 text-related functions | Excel Worksheet Functions | |||
Dynamic Find and Replace String Within Functions Based on Column Values | Excel Programming | |||
Want to input one character to cause related string to display in. | Excel Worksheet Functions | |||
How to find out the data type of a variable in VBA ? | Excel Programming |