- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 61
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-3-12
               
|
¥»©«³Ì«á¥Ñ Hsieh ©ó 2013-4-26 11:00 ½s¿è
¦^´_ 3# lifedidi - Private Sub CommandButton1_Click() 'û¤uÃB«×¬d¸ß¶s
- Dim a As Range, hh#
- With Sheets("SHEET3")
- hh = Application.SumIf(.[C:C], ComboBox1, .[D:D])
- End With
- TextBox2.Value = Application.Text(hh, "[hh]:mm")
- Set a = Sheet2.[B:B].Find(ComboBox1).Offset(, 1)
- TextBox1 = a.Text
- TextBox3.Value = Application.Text(a - hh, "[hh]:mm") '³Ñ¾lÃB«×
- End Sub
½Æ»s¥N½X |
|