How can i change the font size of the items in a list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a list with some items, But they look really tiny. Is there a way to
change the font size of the list items?

Thnx
 
If these are data validation dropdown lists, you can't change the font
size. There are a couple of workarounds here:

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

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.
 
Back
Top