View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Hutchins Tom Hutchins is offline
external usenet poster
 
Posts: 1,069
Default VBA: Possible to colour seperate lines in a list box?

You might check out this link:
http://www.andypope.info/vba/colourdropdown.htm

Hope this helps,

Hutch

"NateBuckley" wrote:

Greetings,

I'm just wondering if it's possible to colour different lines within a list
box?
I want to do the following

First line - white
Second line - light blue
Third line - white
Fourth line - light blue
and so on.

Just wondering if this is possible?

Thanks in advance for any help.