Forum Discussion

Keith Farmery's avatar
Keith Farmery
Copper Contributor
Apr 20, 2020
Solved

Getting Table Filters to automatically update

Hi I have a table of data that stems from another block of data, some of which are blank rows.  The filter on the table is set up to not include blanks rows.   My question is, Can I set the filter...
  • Zack Barresse's avatar
    Zack Barresse
    Apr 21, 2020

    Keith Farmery yes. The code needs to go in the sheet module where "Revised_Balance" is housed. So you could use this...

     

    Set Table=ThisWorkBook.Worksheets("Journal").ListObjects("Journal")
    Set DataChangeRange =Me.Range("Revised_Balance")

     

    Works for me in my tests. If it's still not working let me know, perhaps you can upload your file.

Resources