is there a way to enlarge drop down lists

tropdoug

New Member
Joined
Sep 26, 2009
Messages
9
I have looked all over for a solution to the ridiculously small layout of drop down lists, which often cuts off anything to the right of about 10 characters. Is there any way perhaps with VBA to expand the width of the drop down so that it shows the whole entry of a row.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
If it is an activeX combobox then you can set the ColumnWidth Property to a value greater than the combobox width to display the Horizontal scrollbar.

If you don't want to have to horizontally scroll the combobox to see the whole entries then I can think of an API workaround to widen the dropdown. Let me know if you are interested.
 
Upvote 0
Sorry I probably did not explain that well. If you have a large worksheet where the zoom factor is less than 100% then any drop down list created by using data validation becomes very hard to see. Is there a way when a user clicks on the list that the entries would 'zoom' back up to 100% and then revert to the custom size once the focus leaves the cell.
 
Upvote 0
I don't think you can do that with a DV list. Maybe with a Listbox.
 
Upvote 0

Forum statistics

Threads
1,224,534
Messages
6,179,391
Members
452,909
Latest member
VickiS

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