I'm using SendKeys to open the Tools | Options dialog box. Once the dialog is open, it is modal and no further keys can be sent to it. That is, SendKeys "%TN{ENTER}" opens the dialog box, but it never gets the enter key needed to close it. Any other way of dealing with this?