View Single Post
 
Old 09-14-2012, 06:05 PM
kyjac85 kyjac85 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Sep 2012
Posts: 10
kyjac85 is on a distinguished road
Default Can I set AutoCorrect to work with inserted text (not typed)?

I'm trying to get autocorrect to change ,, (two commas) into one comma whenever it detects them. It will only do this if I am actually typing the commas, not if I insert something that has a comma already attached to it. Here is an example of what I am trying to do:

#existing sentence
it is an aged,

#macro inserted text
, uh,

#current results
it is an aged,, uh,

#desired results
it is an aged, uh,

Is this something I would need to have a macro for or is there a setting maybe?
Reply With Quote