Combo box does not respect font size

  • Thread starter Thread starter tfurness
  • Start date Start date
T

tfurness

All,

I have a combo box with a list of items. I set the font size in the
properties window to 12 but it does not change. Either immediatly or after I
open the worksheet again. How can set the font size in a combo box?

Thanks in advance
 
I tried two tests. One with a ComboBox on a UserForm and one with a ComboBox
from the Control Toolbox on a Sheet. In both cases the font changed as soon
as I selected a different size. I ran a macro to change the font of the
ComboBox on the UserForm and it also changed as soon as the code ran. Is
your ComboBox from the Control Toolbox or from the Forms Toolbar?
 
Back
Top