Count number ocurrences of a sequence characters in string * YOU MUST SEE * THIS OWN!!! SEE IT!
Count number ocurrences of a sequence characters in string
Original Author: Marco Antonio Alves
Code
Function NumChars(strSource, strSearchString) As Long
if len(strsource) then
NumChars = UBound(Split(strSource, strSearchString))
end if
End Function
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.