asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Hello,
Can I get help with the code given below.
I'm trying to change back color of label.
Thanks..
Can I get help with the code given below.
I'm trying to change back color of label.
Thanks..
Code:
Private Sub Label1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
With Application
Me.Label1.BackColor = 15773696
End With
End Sub