property Items.MatchItemCount as Long
Retrieves the number of items that match the filter.

TypeDescription
Long A long expression that specifies the number of matching items in the control. The value could be a positive value if no filter is applied, or negative while filter is on.
The MatchItemCount property counts the number of items that matches the current filter criteria. At runtime, the MatchItemCount property is a positive integer if no filter is applied, and negative if a filter is applied. If positive, it indicates the number of items within the control (Count property). If negative, a filter is applied, and the absolute value minus one, indicates the number of matching items after filter is applied. 

The MatchItemCount property returns a value as explained bellow: