Is this the most current information?
I tried using
wb.Worksheet(worksheetNum).AutoFilter.Enabled = false ;
wb.Worksheet(worksheetNum).AutoFilter.clear();
The first one did nothing, the second has a error.
Please let me know how to disable the autofilter, thanks!
I tried using
wb.Worksheet(worksheetNum).AutoFilter.Enabled = false ;
wb.Worksheet(worksheetNum).AutoFilter.clear();
The first one did nothing, the second has a error.
Please let me know how to disable the autofilter, thanks!