Combo Box Font

  • Thread starter Thread starter Luther Gunter Jr.
  • Start date Start date
you can do it through the VBE editor :
- right click on the ComboBox
- in the properties box, select Font
- click on the "box with dots" that appears in the right-side of the
Font edit box.
- modify the font format there.

Alternatively, you can do this through VBA using
UserForm1.ComboBox1.Font.Size = ...

HTH

Fadi
www.chalouhis.com/XLBLOG
 
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

Similar Threads

Happy Birthday nivrip 9
Happy Birthday TriplexDread 5
Forms Combo Box 1
Happy Birthday Quadophile 5
Happy Birthday bodhi 3
Happy Birthday bodhi 6
Combo List in Excel 1
Happy Birthday Ian 4

Back
Top