It's only a little combo box....

Tim Grollman

Board Regular
Joined
Feb 24, 2002
Messages
129
Does anybody know why I keep getting the "Not enough resources to display completely" riposte when I try to change the selection in a combo box? I don't think it's memory-related because other users are getting it as well and it happens when nothing else is open, but not all the time. Is the combo box corrupted? I've cut it and put in a new one, but the same thing happens.
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Do you have a lot of VBA code in the sheet?

Try this:
Go to the VBA editor.
Close (using the X in the upper right corner) every module and userform.
Save and Close the File
Close Excel

Re-open the file.

I've experienced situations where closing all of VB components would stop the memory issues. My theory is that even if you don't open the VB Editor, Excel must open those in the background if you last left them open.
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,174
Members
448,870
Latest member
max_pedreira

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top