View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
KJTFS[_98_] KJTFS[_98_] is offline
external usenet poster
 
Posts: 1
Default making macro run faster?

Ues a cells.find to find the information then instead of select the
delete at the end of the
cells.find (what:="your term").entirerow.delete

That will stop the program from looking at every row.

Keith
www.kjtfs.co

--
Message posted from http://www.ExcelForum.com