It seems older macros are not working. I have proper securtiy set to run VBA macros but when I have tried a few methods for clearing ALL filters on a worksheet, I get a comp
Simply activate the filter headers and run showalldata, works 100%. Something like:
Range("A1:Z1").Activate ActiveSheet.ShowAllData Range("R1:Y1").Activate ActiveSheet.ShowAllData
If you have the field headers in A1:Z1 and R1:Y1 respectively.