I am using this line of code
ActiveSheet.ListObjects("Table1").Range.AutoFilter Field:=1, Criteria1:="<>"
Which according to all the forums should filter out all (and only) the blank values. On my sheet it filters ALL of the cells in the table so there are no rows showing, despite having ~50 with a value in them. Could this be due to the cells having a formula in them and not just a value? Any suggestions on how to fix this problem?
ActiveSheet.ListObjects("Table1").Range.AutoFilter Field:=1, Criteria1:="<>"
Which according to all the forums should filter out all (and only) the blank values. On my sheet it filters ALL of the cells in the table so there are no rows showing, despite having ~50 with a value in them. Could this be due to the cells having a formula in them and not just a value? Any suggestions on how to fix this problem?