Description: Filter() Function returns one dimensional array containing the filtered array elements based upon the filter options provided Format: Filter(arrArrayName,FilterValue [, Include[, vbCompare]]) Arguments: arrArrayName Mandatory Type: Array Array which needs to be filtered FilterValue Mandatory The expression based on which the Array will be filtered Include Optional Type : Boolean Decides whether to include(True) … Read More →
↧