The Autpen() sub runs fine and adds a menu to the Excel Commandbar.
Selecting commands brings up different Userforms. The small userforms come up OK.
Selecting the command that brings up the large userform (12 page multiform and 450 controls) crashes Excel. If I start the VBE first, there is no problem and everything runs fine.
That is an issue because I can't debug since if the VBE is running there are no errors. One time the "Sorry but I have to close now" dialog box indicated that the crash was in vbe6.dll.
Any suggestions?
(The large number of controls on the form are necessary to configure an array of 32 servos. Splitting the settings into different userforms is not acceptable for several reasons.)
Selecting commands brings up different Userforms. The small userforms come up OK.
Selecting the command that brings up the large userform (12 page multiform and 450 controls) crashes Excel. If I start the VBE first, there is no problem and everything runs fine.
That is an issue because I can't debug since if the VBE is running there are no errors. One time the "Sorry but I have to close now" dialog box indicated that the crash was in vbe6.dll.
Any suggestions?
(The large number of controls on the form are necessary to configure an array of 32 servos. Splitting the settings into different userforms is not acceptable for several reasons.)