Delete in bulk all rows hidden by slicers

aldenes

New Member
Joined
Mar 2, 2020
Messages
7
Office Version
  1. 2019
Platform
  1. Windows
Hello,

I have a large table with several slicers that filter the document based on entries in different columns. I am looking for a VBA to delete all rows hidden by slicers.
I can get the job done with a script that deletes hidden rows one by one starting from the bottom up but it is very slow.
Also, I need to do that based on all hidden rows, the slicers can vary depending on the contents of the document. For example Slicer 1 may include A, B, C in one document but may include E, F, G in a different data set.
Therefore I need to write this without needing to specify the exact name of filters A, B, C, D etc; just specify to delete those rows in bulk, no matter based on what filter.
Your help would be much appreciated.

Also asked here VBA to delete rows hidden by filters
 
Last edited by a moderator:

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,213,544
Messages
6,114,249
Members
448,556
Latest member
peterhess2002

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top