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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!!
 
Nope afraid you can't.
It believe it is possible to do this using VB.
 
Thanks Jimbola -- do you or anyone out there know how to do this in VB?
 
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)
 
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)
 

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

Back
Top