I have a combo box on a user form, and trying to be clever I had it call another user form when a certain value is selected. But this makes Excel (2011 for Mac) crash when the show method is actually called. I can work around this quite easily by putting a command button on the main user form that does the same job of calling the secondary user form, but why should excel crash when I have a combo box call the show method for another user form?
I tried some other things before resorting to the command button, like having the combo box call a different procedure that calls the show method, But no matter what I try if the combo box's method is calling the other user form's show method Excel crashes.
i also tried having the combo box click the command button for me, but the same crash occurs.
Any ideas?
I tried some other things before resorting to the command button, like having the combo box call a different procedure that calls the show method, But no matter what I try if the combo box's method is calling the other user form's show method Excel crashes.
i also tried having the combo box click the command button for me, but the same crash occurs.
Any ideas?
Last edited: