I try to add a new function AutoFilter to ExcelBuffer (370).
attempt (without succes):
XlWrkBk := XlApp.ActiveWorkbook;
XlWrkSht := XlWrkBk.ActiveSheet;
XlWrkSht.AutoFilter;
Anyone ever written something similar and can help me out?
Thanks in advance!!!
0
Answers
You can add two new functions to Excel Buffer:
And modify WriteSheet function - call WriteAutoFilter from there:
And then you can create autofilter like this: