I am using this code:
Sheets(\"Sheet1\").AutofilterMode = False
to unfilter the data in an Excel sheet using VBA (the point is to clear al
Use Worksheets("Sheet1").ShowAllData instead. See http://msdn.microsoft.com/en-us/library/office/bb178108%28v=office.12%29.aspx.
Worksheets("Sheet1").ShowAllData