True.
It seems to work with this:
Application.ExecuteCommand("Global Options")
OptionsDlg.ActiveTab = "Design"
The problem with relying on the macro to open the Option dialog box is that it slows the macro WAY down. I'm OK with leaving it open but minimized in a corner somewhere.