Drop down box format

G

Guest

I have a drop down box that works fine but the font size is very small. Is
there a way to increase it w/o also increasing the overall size of the object
so that it's easier to see the list?
 
G

Guest

If you're talking about a...
Control Toolbox Combobox - yes, use the 'Font' property
Forms Combobox - no
Validation combo box - no
HTH,
 
D

Debra Dalgleish

If it's a data validation dropdown list, you can't change the font size.
There are a couple of workarounds here:

http://www.contextures.com/xlDataVal08.html#Font

If it's a combobox from the Control toolbox, you can change the font
size by switching to Design view, opening the Properties window, and
changing the Font properties.

If it's a combobox from the Forms toolbar, you can't change the font size.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top