DBApprentice
On Error GoTo AWF *****:
- Local time
- Today, 03:43
- Joined
- Dec 24, 2018
- Messages
- 150
Well again, that is not what you are asking.
You appear to be asking for the first word of each sentence?, but then have diogo as Diogo.?
How is one meant to identify 'special' words?
If every sentence ends in a full stop (as it should?) then you could split using that character, set first character to uppercase and concatenate the split strings back together.?
For that I would write a function.
However I do not have any idea at the moment on how to identify diogo as a word to proper.?
I believe Gemma´s answer will suffice my needs since it will be too much trouble to get the special cases and other stuff.
Thanks anyway!