Hello,
I am facing to a unknown problem for forums in my country. I hope here I will find an answer.
I've created a vba macro for handling a .xls file.
What I don't understand is why is it working with some xls files and why not with others.
I get the error message in the title at this line:
autoFilterMode is set at false by default
do you have any idea ?
I am facing to a unknown problem for forums in my country. I hope here I will find an answer.
I've created a vba macro for handling a .xls file.
What I don't understand is why is it working with some xls files and why not with others.
I get the error message in the title at this line:
Code:
ActiveWorkbook.Worksheets("sites").AutoFilter.Sort.SortFields.Clear
autoFilterMode is set at false by default
do you have any idea ?