- ©«¤l
- 12
- ¥DÃD
- 1
- ºëµØ
- 0
- ¿n¤À
- 50
- ÂI¦W
- 0
- §@·~¨t²Î
- Windows
- ³nÅ骩¥»
- Xp
- ¾\ŪÅv
- 20
- µù¥U®É¶¡
- 2017-12-26
- ³Ì«áµn¿ý
- 2019-5-21
|
¦^´_ 1# solitary16
Sub test()
If (Cells(1, 3) = "") Then
Cells(1, 3) = Cells(1, 1)
ElseIf (Cells(2, 3) = "") Then
Cells(2, 3) = Cells(1, 1)
Else
startrow = Range("c1").End(xlDown).Row + 1
Cells(startrow, 3) = Cells(1, 1)
End If
Application.OnTime Now + TimeValue("00:01:00"), "test"
End Sub |
|