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 = ...
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.