A amarkmac A. Mark Macias Local time Today, 13:33 Joined Aug 2, 2006 Messages 10 Aug 29, 2007 #1 Is there a way to programmatically change setting in the main Options dialog (Tools --> Options...). I specifically need to turn off the checkbox in the Spelling tab titled "Ignore words in UPPERCASE" This is on by default. Thanks!
Is there a way to programmatically change setting in the main Options dialog (Tools --> Options...). I specifically need to turn off the checkbox in the Spelling tab titled "Ignore words in UPPERCASE" This is on by default. Thanks!
pbaldy Wino Moderator Staff member Local time Today, 13:33 Joined Aug 30, 2003 Messages 36,274 Aug 29, 2007 #2 Look at the SetOption Method in VBA Help.
A amarkmac A. Mark Macias Local time Today, 13:33 Joined Aug 2, 2006 Messages 10 Aug 29, 2007 #3 Great! Thanks, Paul