songngam_p89 > 30-08-16, 10:03 PM
ongke0711 > 31-08-16, 10:18 AM
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
Dim color As Variant
color = Split(Me.MAUKANBAN.Text, ",")
Box1.BackColor = RGB(Int(color(0)), Int(color(1)), Int(color(2)))
End Sub
songngam_p89 > 04-09-16, 09:44 PM