List Box/Combo Box Help

G

Guest

Guest
Is there a way to change the size and font of the items in a list or combo box? I cannot find anywhere to do this. Thanks in advance.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
You need to use listboxes and comboboxes from the controls toolbox, and not the forms toolbox. The ActiveX controls of the controls toolbox have more flexibility with all their properties, including fonts.
This message was edited by Tom Morales on 2002-02-28 06:06
 
Upvote 0
The process is the same wether you use Forms or Controls to create the box.

If it is a control you've created on the spreadsheet, go into design mode by clicking the icon that looks like a pencil drawing along the side of a drafting triangle. Right click on the list or combo box and select Properties on the menu. Find font on the window list that pops up and click on the font name in the column on the right and you can change properties.

If it is a box you created in a VBA user form, open the form in the VBA editor and select the box. Find font in the properties window etc.
 
Upvote 0

Forum statistics

Threads
1,214,379
Messages
6,119,190
Members
448,874
Latest member
Lancelots

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