Excel Option Button Does Not Work

G

George Lee

In some cases, after clicking on an ActiveX button, the Excel->Excel Options
button will not open the options screen. Has anyone seen this before?

The button doesn't have to do anything, just clicking on it causes the
malfunction:

Sub CommandButton13_Click()
'Do_Something - but this is commented out
End Sub
 
Top