I realise that this is a simple and probably daft question...
Here is my problem.
I am trying to create the VB code to change label background colors, it sounds simple, however i want a user to select from one of four lables one red/blue/green and yellow, then select from one of 4 buttons named Red/Blue/Green/Yellow and it will change the color of the lable that they originaly selected to that button choise...
I cannot for the life of me think as to how to store the selected value for the selected lable and thrn use it within the code to alter the colors via .backcolor
SM