I want to know how can I open the option dialog box by using the send key. I have tried
Sub ShowOptionWindow()
SendKeys "%TO"
End Sub
this command only works on the immediate window. Trying SendKey "%TO" open the options dialog box in vba editor. So what can I do to make it works in Word



