Skip to content

Instantly share code, notes, and snippets.

@agbishara
Created April 15, 2014 16:01
Show Gist options
  • Select an option

  • Save agbishara/10743882 to your computer and use it in GitHub Desktop.

Select an option

Save agbishara/10743882 to your computer and use it in GitHub Desktop.
This toggles workbook filters in Excel for quickly resetting them
Function ResetFilters(ws As Worksheet)
ws.Rows(1).AutoFilter
ws.Rows(1).AutoFilter
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment