Hi All,
I use the below code for a few workbooks that my department uses, this unfilters the worksheets on opening. This was needed as some shared users were being annoying and saving the documents with columns filtered.
Private Sub Workbook_Open()
Dim sh As Variant
For Each sh In...