showalldata

  1. P

    Clear All Filters

    Hello, I need a loop VBA code to show all data from every worksheet on my workbook. The workbook is called Consolidated. I want to keep the filter so I can refilter later. Also, can you help with a loop code to refilter every worksheet as well? Thank you to anyone who can help me.
  2. 3

    Speed up Macro

    Hi, 2nd Post today but final configured this Macro to work how I want, but seems very slow and clunky, possibly the show all data lines? Can anyone help in speeding this up? Thanks.
  3. L

    Filter showalldata avoiding using SELECT

    Hi All I have code that needs to turn off any filters on 3 sheets before doing some actions, mainly find-replace and copy-paste. My issue is the code to unfilter only works on the activesheet, I have declared the sheets and tried working through the variable directly (as below) but this just...
  4. S

    ShowAllData Error

    Hi, I have a macro that automatically creates a validation list depending on the cell to the left of it. The cell to the left is a category for a price list. The price list is on a separate worksheet, so the macro filters the price list, copies it to another worksheet (FilterSheet) and then...
  5. B

    ActiveSheet.ShowAllData failing- 1004

    ActiveSheet.ShowAllData failing - 1004 the worksheet ("TPRs").activate line is right before and seems to work because I can see the activesheet object in watch window. the TPRs worksheet has 1 list object and 1 pivottable whose cache is the list the listobject on the same worksheet. the...
  6. B

    ShowAllData Error in Shared Workbook

    I have an inventory workbook that has 7 sheets. All the sheets are protected except for select locked/unlocked cells, and use autofilter so users can only read the info, not edit. I've made a CommandButton on each sheet that resets any/all filters using VBA code in the worksheet. (by "in the...

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