View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
GS[_6_] GS[_6_] is offline
external usenet poster
 
Posts: 1,182
Default Array Logic Test

Possibly you left out the "=" in this line...

If InStr(StartString, Element) 0 Then Tester = True


Hey Rich,
Possibly you replied to the wrong thread! Also, that line reads...

If InStr(StartString, Element) 0 Then Tester = True

...where your line omits the greater than character before 0.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion