Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have just encountered a very strange problem when comparing
strings: Here is an example: If "10" Like "[7,8,9,10,11]" Then MsgBox "Found!" Else MsgBox "Not found!" End If The result is "Not found", although it should find the 10 inside the other string. The strange thing is it finds 7,8 and 9, but not the two-digit numbers. How can I get this to work? Any help is appreciated. Regards, Markus |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text "comparison" operator for "contains" used in an "IF" Function | Excel Worksheet Functions | |||
Is it possible to apply IF's to "operator" result.. | Excel Discussion (Misc queries) | |||
program stuck at "Save Cancelled by Operator" | Excel Discussion (Misc queries) | |||
Excel no longer allows new formulas with division "/" operator | Excel Programming |