Thread: Do Until Loop?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff M Jeff M is offline
external usenet poster
 
Posts: 15
Default Do Until Loop?

I want to create a macro that will:
1) Search through a client file for records detailed on a Do Not Call list
using Last Name, Address, etc.
2) Stop the search once a match is found to mark the record as DNC
3) Then, be able to continue searching where the search left off

Any help is greatly approciated!!!