G Guest Nov 16, 2005 #1 I need to always capitalize the first word following a colon. Can't figure it out. Any help out there?
I need to always capitalize the first word following a colon. Can't figure it out. Any help out there?
G Greg Nov 16, 2005 #2 The first method that comes to mind is to alway hold down the shift key before typing the the first letter of the first word following a colon. You could create 26 autocorrect entries where : a is corrected to : A, : b to : B, etc. You could do Edit>Replace>More>Use Wildcards Find: : {1,}[a-z] Replace with: ^& and set the replace with format as All Cap.
The first method that comes to mind is to alway hold down the shift key before typing the the first letter of the first word following a colon. You could create 26 autocorrect entries where : a is corrected to : A, : b to : B, etc. You could do Edit>Replace>More>Use Wildcards Find: : {1,}[a-z] Replace with: ^& and set the replace with format as All Cap.
S Suzanne S. Barnhill Nov 17, 2005 #3 And the end result of any of those methods would be incorrect and unnecessary capitalization in most cases. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
And the end result of any of those methods would be incorrect and unnecessary capitalization in most cases. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.