View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default Array instead of loop I'm sure

Changed this

For i = 1 To UBound(varCheck)

To this

For i = 0 To UBound(varCheck)


And now you're missing the last item...

For


Ignore this...

--
Garry

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