View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
John Keith John Keith is offline
external usenet poster
 
Posts: 172
Default how to select rows after autofilter

On Fri, 29 Aug 2008 00:06:00 -0700, leungkong
wrote:

I think you can use looping to delete the row one by one.


Leungkong,

Thank you for your recommendation. This weekend I finally implemented
your suggestion and it worked great. For the number of rows I need to
delete the looping does not take significant time.


John Keith