Hey all,

I'm trying to get a table to re-apply filters when one of the blank cells changes (blank cells are currently filtered out), I don't change the value of the cells in the table manually, they are formulated.

This is the macro I tried, but it doesn't seem to work:

Private Sub Worksheet_Change(ByVal Target As Range)
Sheets("Symbol Bar Chart Reference").ListObjects("Symbols").AutoFilter.ApplyFilter
End Sub

Would greatly appreciate some help with this one.

J