Hi,
I have Sheet1 which has following data:
<tbody>
A
B
C
<tbody>
a, b, c, d
</tbody>
=FindCount(A1)
</tbody>
In the VBA-Project, I have a Module with following code :
Public Function FindItemCount(LinkedItems As Range)
On Error Resume Next
Dim tmpItems, curAddr
Dim indx As...