Good morning,
I am using the range method AdvancedFilter:
public object AdvancedFilter (Microsoft.Office.Interop.Excel.XlFilterAction Action, object CriteriaRange, object CopyToRange, object Unique);
In criteria, I give a range like Range["A1:B2"]. This working well.
But, there is an alternative to give a range for the criteria? I mean, it is possible to create an array or something like this, and passing these to the criteria AdvancedFilter?
Thank You!!!