View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] choua_yang22@yahoo.com is offline
external usenet poster
 
Posts: 2
Default How do you stop the Find method?

Hey Rich,

I would do a do until or do while loop. I like these more because it
sets parameters and tells the loop to stop at a certain point. For
me, it's usually when it gets to blank or "".

Hope that helped.

Kevin