excel vba clear filter

The solution for “excel vba clear filter” can be found here. The following code will assist you in solving the problem.

‘ Clear all filters of the sheet
ThisWorkbook.Worksheets(“Sheet1”).ShowAllData

‘ Clear filter for a single column
ThisWorkbook.Worksheets(“Sheet1”).Range(“A3:D1000”).AutoFilter Field:=2

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts