Answered
How to change all text in a textframe to uppercase?
I am trying to change the text to uppercase and I found the changeCaseTo and CaseChangeType for textRanges but I can't get them to work...
Here is my code:
app.activeDocument.textFrames[0].textRange.changeCaseTo = CaseChangeType.UPPERCASE
This doesn't error out but it doesn't do what it's supposed either ![]()
Any ideas what I am doing wrong?