- ©«¤l
- 258
- ¥DÃD
- 77
- ºëµØ
- 0
- ¿n¤À
- 385
- ÂI¦W
- 0
- §@·~¨t²Î
- Win7
- ³nÅ骩¥»
- Office2010
- ¾\ŪÅv
- 20
- ©Ê§O
- ¨k
- ¨Ó¦Û
- Taiwan
- µù¥U®É¶¡
- 2010-8-8
- ³Ì«áµn¿ý
- 2021-1-25
|
¦^´_ 2# GBKEE
¦A½Ð±ÐGBKEEª©¤j
³o¬O¦Ûqªí³æ ¤w±K½X±±¨î¬yµ{
Private Sub CommandButton1_Click()
If Label1.Caption = "" Or Label1.Caption = "0" Then
Unload Me
Exit Sub
End If
If Label1.Caption = "510510" Then
Sheets("º¶").Cells(5, 12) = Label1.Caption
Unload Me
Else
TextBox1 = ""
TextBox1.SetFocus
End If
End Sub
Private Sub TextBox1_Change()
If TextBox1 = "" Then
Label1.Caption = TextBox1
Exit Sub
End If
If Right(TextBox1, 1) <> "*" Then
Label1.Caption = Label1.Caption & Right(TextBox1, 1)
End If
an = Len(TextBox1)
TextBox1 = String(an, "*")
End Sub
½Ð±Ðª©¤j:
§ÚªºCommandButton1.caption ¬O"½T©w"
·íTextBox1¿é¤J¤F±K½X¦n¤F «ö "½T©w"Áä §Y¥i
Ó¤H·Q¤£²¾°Ê·Æ¹« ª½±µ«ö keyboard¤W"Enter"Áä §Y¥iIJµo CommandButton1_Click
À³¦p¦ó¤U»yªk |
|