I'm trying to create a VBA that will enter a carriage return after the text has reached 3800 characters. Ideally the script would stop at the beginning of the last word and enter a new return, but it would be tremendous just to have the carriage returns.
Any assistance would be greatly appreciated.
Thank you in advance!
Please remember, that in word even paragraph sign belongs to characters collections.
Here is the code:
You can consider replacing
Chr(11)
withChr(13)
.