- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¥»©«³Ì«á¥Ñ GBKEE ©ó 2013-5-2 16:54 ½s¿è
¦^´_ 8# lifedidi
¤£·|½}!!
CPU Âù³B²z¾¹ 3.40 GHz 1GBªºRAM
´ú¸Õ 3000µ§¸ê®Æ ¶O®É1¬í , 30000µ§¸ê®Æ ¶O®É4¬í.- Private Sub CommandButton1_Click() '¬d¸ß¶s
- Dim d1 As Date, d2 As Date, T As Date
- Dim Srng As Range, Crng As Range, Orng As Range
- T = Time
- ' µ{¦¡½X.... ¬°¦ó¤£¥Î4# Hsieh ¶Wª©ªºµ{¦¡½X
- 'µ{¦¡½X....
- 'µ{¦¡½X....
- TextBox1.Value = Format(hh, "00") & ":" & Format(mm, "00")
- MsgBox Application.Text(Time - T, "[SS]¬í") 'Åã¥Ü°õ¦æ¹Lµ{ªº®É¶¡
- End Sub
½Æ»s¥N½X ¦p¦b30000µ§¸ê®Æªº¤u§@ªí¤W¥Î¦Û°Ê¿z¿ï¨úªº¸ê®Æ·|§ó§Öªº- Private Sub ComboBox1_Change() '¿ï¾Ü ¤U©Ô¦¡¿ï³æ1 ¥ß§YÅã¥ÜÁ`Á`®É¶¡;¥i¤£¥Î¬d¸ß¶s
- Dim T As Date
- T = Time
- If ComboBox1.ListIndex = -1 Then '¤£¦b¤U©Ô¦¡¿ï³æªº²M³æ¤º
- TextBox1 = ""
- MsgBox "±M®×½s¸¹ ½s¸¹ " & ComboBox1 & " ¤£¥¿½T"
- Else
- Application.ScreenUpdating = False
- With Sheets("¤u®É¸ê®Æ®w")
- .Range("a6").AutoFilter Field:=4, Criteria1:=ComboBox1 'AutoFilter: ì¸ê®Æ®w¤W¦Û°Ê¿z¿ï.
- With .Range("r:r").SpecialCells(xlCellTypeVisible)
- TextBox1.Value = Application.Text(Application.Sum(.Cells), "[hh]:mm")
- End With
- .AutoFilterMode = False
- End With
- Application.ScreenUpdating = True
- MsgBox Format(Time - T, " SS ’")
- End If
- End Sub
½Æ»s¥N½X |
|