CatLadee
New Member
- Joined
- Sep 7, 2018
- Messages
- 29
Hi friends,
I am not sure how to answer this question for a VBA class i'm taking. How would I count only words with 5+ letters? Thank you! CatLadee
I am not sure how to answer this question for a VBA class i'm taking. How would I count only words with 5+ letters? Thank you! CatLadee
Code:
msg = "Total words: " & UBound(arrWords) - LBound(arrWords) + 1 & vbNewLine & "Large words:" & [B]?????[/B]
MsgBox msg