- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 214
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-9-2
               
|
¦^´_ 1# afu9240 - Private Sub ComboBox3_Change()
- With ¤u§@ªí1
- n = Application.CountIf(.[A:A], ComboBox3 & "*")
- TextBox1.Text = ComboBox3 & Format(n + 1, "0000")
- End With
- End Sub
- Private Sub CommandButton1_Click() '·s¼W¿é¤J
- Dim x As Integer
- TextBox11.Text = Date
- CommandButton1.Visible = False
- CommandButton9.Visible = True
- End Sub
- Private Sub CommandButton2_Click() 'µ²§ô¨t²Î
- End
- End Sub
- Private Sub CommandButton9_Click() 'Àx¦s
- Dim CT As Control
-
- For Each CT In Controls
- If CT.Parent.Name = "Page1" And CT.Name Like "*Box*" Then
- If CT = "" Then MsgBox "¸ê®Æ¥¼¶ñ": Exit Sub
- End If
- Next
- ar = Array(TextBox1, ComboBox3, ComboBox1, TextBox3, TextBox4, TextBox5, TextBox6, TextBox8, ComboBox2, TextBox9, "", TextBox7, TextBox10, "", TextBox11)
- With ¤u§@ªí1
- .Cells(.Rows.Count, 1).End(xlUp).Offset(1).Resize(, UBound(ar) + 1) = ar
- End With
- End Sub
½Æ»s¥N½X |
|