Thread: InStr
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harley Harley is offline
external usenet poster
 
Posts: 16
Default InStr

I need to test strings for 14 different included strings. The InStr function
is limited to search for only 2 different strings. Is there another function
available or a work around or do I just need to code 7 if statements?

TIA