·í¶}±Òªº®ÉÔ
Private Sub CommandButton10_Click()
If TextBox1.Value <> "0000" Then
TextBox1 = ""
Else
TextBox1 = ""
Me.OLEObjects.Visible = True
Sheets("Data").Select
Call Music
End If
End Sub
·íÃö³¬ªº®ÉÔ
Private Sub CommandButton10_Click()
If TextBox1.Value <> "0000" Then
TextBox1 = ""
Else
TextBox1 = ""
Me.OLEObjects.Visible = True
'Sheets("Data").Select
'Call Music
End If
End Sub