Thread: All Caps again
View Single Post
It does work, but there are some things you need to watch for when using it.

First, you'll want to turn off status check boxes and row handles in the inspector while using it. Otherwise, you'll get some extra columns added and some dots added to the text, and generally it won't be what you would want.

Second, OO when pasting in new rows will insert them after where you have the cursor, and WordService works by pasting back your altered content, so you get what appears to be only half of your file converted:

Testing
1
2
3

becomes

Testing
1
2
3
TESTING
1
2
3

(using the Convert->All Caps service). If you did the same thing in TextEdit, for example, you would just get the converted content. Just go select the original material again and delete it.