Log in

View Full Version : Is it possible to close the Word spelling dialog box using VBA?



johndavidson
07-12-2016, 09:00 PM
Is it possible to close the Word 2003 spelling dialog box using VBA (other than using SendKeys "{ESC}", False)? This is the box I mean:.

johndavidson
07-13-2016, 02:10 AM
Or, more exactly, to make changes to any of the options in this box (such as Add to Dictionary) without using SendKeys.