- Home
·
- String Manipulation
·
- Counts the number of words in a string - faster than previous examples seen on this site.
Counts the number of words in a string - faster than previous examples seen on this site.
Counts the number of words in a string - faster than previous examples seen on this site.
Rate Counts the number of words in a string - faster than previous examples seen on this site.
(2(2 Vote))
sText = Trim(sText)
wA = Split(sText, " ")
Wordcount = UBound(wA) + 1
End Function
Counts the number of words in a string - faster than previous examples seen on this site. Comments
No comments yet — be the first to post one!
Post a Comment