I have a spreadsheet that is used as a submission form. On the form, there is a list box. The number of entries on the list (about 25) is greater than the size of the list box area so there is a scroll bar.
This application is used in a number of our offices. At most of the offices, the application works fine. But at a few, when the user selects an entry in the list box and THEN scrolls, Excel crashes with an error:
"Microsoft Office Excel has encountered a problem and needs to close. We are sorry for the inconvenience"
I tried putting the macro that is called when the user clicks an item in the list box in debug mode. This did not provide any information since the error occurs only when the user scrolls - which is not an event of the list box control.
Does anyone have any suggestions on how to analyze and fix this problem? Could these few machines have a corrupted list box control?
Thanks.
This application is used in a number of our offices. At most of the offices, the application works fine. But at a few, when the user selects an entry in the list box and THEN scrolls, Excel crashes with an error:
"Microsoft Office Excel has encountered a problem and needs to close. We are sorry for the inconvenience"
I tried putting the macro that is called when the user clicks an item in the list box in debug mode. This did not provide any information since the error occurs only when the user scrolls - which is not an event of the list box control.
Does anyone have any suggestions on how to analyze and fix this problem? Could these few machines have a corrupted list box control?
Thanks.