View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default lastrow function help

I also just revised both functions as follows since trying the col
one...

Replace:
Exit For

with:
Exit Function

...since the col function has an inner loop. I didn't pick up on this
earlier because the data areas I tested had no blank fields (thus
contiguous data).

--
Garry

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