Is there a way to have different fonts and/or formats in a combo b

T

TNTraining

I would like to have different fonts and/or formats in my combo box list.
For example, I would like one row to be underlined and the rest not
underlined. OR the first row highlighted and the rest not. is this possible?

I can use a validation list instead but it doesn't do this either.

thanks in advance!!
 
B

Bob Phillips

The font property applies to the combobox, not an element, so I don't think
this is possible.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
T

TNTraining

Thanks Bob... I afraid that was the answer!

Bob Phillips said:
The font property applies to the combobox, not an element, so I don't think
this is possible.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top