How to change the font/font size in a combo box

B

brendas

I have made a combo box, but I can't get the font/or font size to
change. Is there a way to do this?

Brenda
 
S

SteveG

Brenda,

If you put in the combo box as a control, not a form, right mouse clic
on the combo box in design mode and select properties. In th
properties box, double click in the cell to the right of the Fon
description and you will be able to change the font size, color etc..


Cheers,

Stev
 
B

Bob Umlas

Only with an ActiveX combobox - from the Controls toolbar, not the Forms
toolbar. Then you can change the property of the font
 
Top