Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello group,
Beginner here. Is there a function to check if an item belongs to an array? For exmaple dim arrStr(0 to 2) as string dim str as string arrStr(0) = "Jan" arrStr(1) = "Feb" arrStr(2) = "Mar" str = InputBox("Type month: ") How do I know if str is a member of arrStr? Do I have to loop through the array? Thanks for your attention. - wccppp |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Second item in list using array | Excel Worksheet Functions | |||
scwewy answerrs that don't belong | Excel Worksheet Functions | |||
Item numbers result in item description in next field in Excel | Excel Worksheet Functions | |||
how to make subs/procs can only be called from within the workbook they belong to? | Excel Programming | |||
Do the Addins belong to a workbook, or are they global to all workbooks loaded? | Excel Programming |