Size of font in Forms Combo Box

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

Guest

I'm putting a combo box in Excel that allows me to have three names and to
sellect one. However, the font in the drop down box is too small. How do I
increase it? Thx
 
The Properties window has a font property that will let you change the
font name, size and bolding of the Combo Box. For run-time changes,

Code:
 
There doesn't appear to be any way to adjust the size (or font) in the combo
box from the Forms toolbar. If you can use the one from the Control Toolbox,
this is much more configurable.
 
Back
Top