Private Sub ComboBox1_Change()
Frame1.Visible = 1
x = R(1, 1).Row
TextBox1 = Cells(x, 3): TextBox2 = Cells(x + R.Rows.Count - 1, 3)
R.Interior.Pattern = 18
Union(Cells(x, 3), Cells(x + R.Rows.Count - 1, 3)).Interior.Pattern = 18
coul = [Tc].Find(ComboBox1, , , 1).Interior.Color
Label4.BackColor = coul
End Sub
Private Sub Label4_Click()
R.Interior.Pattern = 0
[C4:C58].Interior.Pattern = 0
R = ComboBox1
R.Interior.Color = coul
Unload Me
End Sub