Hi,
i have an excel with data from A to MX.
I have to apply filter for all rows and filter N to specific term say "Yes" and take count of number of rows in that filter.
Later i have to remove that filter.
I am not sure where to add that "Yes" term in Excel_FilterSet ( $oWorkbook, $vWorksheet, $vRange, $iField [, $sCriteria1 = Default [, $iOperator = Default [, $sCriteria2 = Default]]] )
Any suggestions and ideas??