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:
Userform1.ComboBox1.Font.Size=12
is the syntax.
Hope that helps.
Quote:
Originally Posted by Woody13
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
|