Hi,

I have an array like this:

32 34 44 72 32 31 72 75 30 32 21 21 23 32 31

I would like to record the item and numbers of it in the array (For Ex: item 32 appears 4 times).
Please suggest a suitable way to do the above-mentioned action with VBA.