turn off auto correct setting programmatically

J

Jonas

how do I turn off the "CorrectKeyboardSetting" in autocorrect programmatically?

In microsoft word, this property is under Tools > Autocorrect Options,
then go to the Autoformat tab and uncheck "*Bold* and _italic_ with real
formatting".
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?Sm9uYXM=?=,
In microsoft word, this property is under Tools > Autocorrect Options,
then go to the Autoformat tab and uncheck "*Bold* and _italic_ with real
formatting".

Application.Options.AutoFormatAsYouTypeReplacePlainTextEmphasis = False

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
Top