is there a way to compare the background of 2 labels ?

if label1.background = label2.background then

doesn't work and I can't find a way to get the colour name into a string variable i.e.

dim colour as string

colour = label1.background

I'm sure there's a way, I am just drawing a complete blank

Thanks

Jym