Quantcast
Viewing all articles
Browse latest Browse all 7

VBA-Excel: Array Functions – Filter()

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 Manda­tory Type: Array Array which needs to be filtered  FilterValue Manda­tory The expression based on which the Array will be filtered Include Optional Type : Boolean Decides whether to include(True) Read More →

Viewing all articles
Browse latest Browse all 7

Trending Articles