- ©«¤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
|
¦^´_ 3# color790
ªÑ²¼¤£¤ÓÀ´- Sub aa()
- With Sheet1
- For j = 2 To .Cells(Rows.Count, "P").End(xlUp).Row
- For i = 2 To .Cells(Rows.Count, "A").End(xlUp).Row
- If .Cells(i, "B") = TimeValue("9:30:00") And .Cells(i, "A") = .Cells(j, "P") Then 'aÄ欰¤é´Á,bÄ欰®É¶¡
- x = Application.Max(.Range(.Cells(i - 2, 4), .Cells(i, 4)))
- Z = Application.Min(.Range(.Cells(i - 2, 5), .Cells(i, 5)))
- Do Until .Cells(i, 4) > x + 30 And .Cells(i, 1) = .Cells(j, 16) Or .Cells(i, 5) < Z
- i = i + 1
- Loop
- If Cells(i, 5) < Z Then
- Set y = Cells(i, 5)
- Else
- Set y = Cells(i, 4)
- End If
- y.Offset(, 7) = y - x
- End If
- Next
- Next
- End With
- End Sub
½Æ»s¥N½X |
|