View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Delte Autofiltered

Hi

See This example that copy the cells.
You can adapt it to delete
http://www.contextures.com/xlautofilter03.html#Copy


If you filter on one column you can use this Add-in
http://www.rondebruin.nl/easyfilter.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"scrabtree23" wrote in message ...
Here is an additional need:

I have a table of data that I autofilter by several criteria. I want a VBA
that will delte and shift up all the autofiltered data except the top row
(1:1).