Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I would like to know if a String belongs to another string. for example : Dim KeyString as String Dim Sentence as String Dim Result as Interger Result = worksheetFunction.Find(KeyString,Sentence) if (Result<"") then Msgbox "KeyString exists within Senetence" EndIf but it doesn't work. i just want to check if my KeyString belongs to Sentence, that's all. basically i store into Sentence the value of a cell. thx Maileen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find String in another string - only between spaces | Excel Worksheet Functions | |||
Find Many String options in ONE String | Excel Worksheet Functions | |||
find string within other string | Excel Worksheet Functions | |||
to search for a string and affect data if it finds the string? | Excel Worksheet Functions | |||
find a string inside another string | Excel Programming |