How do I change the background colour of a form when a command button is clicked?
Thanks
Paul
Printable View
How do I change the background colour of a form when a command button is clicked?
Thanks
Paul
VB Code:
Private Sub Command1_Click() Me.BackColor = vbGreen End Sub