Hi guys,
Do anybody know a way to crate acronym from a string by sylable.
Example:
Dim strTest as String
strTest = Acronym("Hello World")
strTest will be HW.
Note: by syllable and not by word, nor Ucase nor Space. I beleive it's hard to do.
Any suggestion is appreciated.
