- ©«¤l
- 764
- ¥DÃD
- 254
- ºëµØ
- 0
- ¿n¤À
- 1031
- ÂI¦W
- 0
- §@·~¨t²Î
- windows 11
- ³nÅ骩¥»
- OFFICE2021
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2011-5-30
- ³Ì«áµn¿ý
- 2025-3-13
|
¥»©«³Ì«á¥Ñ t8899 ©ó 2013-8-22 04:47 ½s¿è
¥¨¶°ùتºµ{¦¡¤ùÂ_»PÀx¦s®æ¥»¨Ó´N¤£¬O¸j¦b¤@°_¦Ó¬O¦U¦Û¿W¥ßªº,
Range("Q2") ¥Ã»·´N¬O«ü Q2 ³oÓÀx¦s®æ,
...
luhpro µoªí©ó 2013-8-19 22:20 
1.¤§«eªº°ÝÃD¡A¸g¦A´ú¸ÕµLªk¦Û°ÊÃö±¼°T®§µ¡
¬O¦]¬°¶]¤U±ªºµ{¦¡,¤£ª¾¦³µL¿ìªk§ïµ½?
¦n¹³¥un¦³¦b¶]time ªºµ{¦¡¡A´N·|³o¼Ë
Sub a123()
If [U1] <> 1 Then
On Error Resume Next
Application.OnTime EarliestTime:=TimeValue(Runtime), _
Procedure:="a123", Schedule:=False
Exit Sub
On Error GoTo 0
End If
zzzzz
If Range("V14") = 1 Then mytime = "00:01:00"
If Range("V14") = 2 Then mytime = "00:02:00"
If Range("V14") = 3 Then mytime = "00:00:30"
Runtime = Now + TimeValue(mytime)
Application.OnTime Runtime, "Sheet6.a123"
End Sub
2.«á¨Ó§ä¤F¤@ÓAPI(MsgBoxTest)®M¥Î,¥N´ÀCreateObject("Wscript.shell").Popup¡A
¦³°ÝÃD??«¬ºA¤£²Å¦X???¿ù¦b¬õ¦â¦r?
Private Declare Function MsgBoxTest Lib "user32" Alias "MessageBoxTimeoutA" ( _
ByVal hwnd As Long, _
ByVal lpText As String, _
ByVal lpCaption As String, _
ByVal wType As VbMsgBoxStyle, _
ByVal wlange As Long, _
ByVal dwTimeout As Long) As Long
Private Sub Worksheet_Calculate()
Application.DisplayStatusBar = False
Dim sStr$
Dim ZZ As Range
sStr = ""
sStr2 = ""
For Each ZZ In Range("c2:c111")
If Not IsError(ZZ) Then
If Range("Q26").Value = 1 And flag = True Then
M = Round(ZZ - ZZ.Offset(, 26), 2)
If M >= ZZ.Offset(, 2) Then
If sStr <> "" Then sStr = sStr & Chr(10)
sStr = sStr & "" & Cells(ZZ.Row, 2).Value & "=====> " _
& Round(ZZ - ZZ.Offset(, 26), 2)
End If
If M <= -ZZ.Offset(, 2) Then
If sStr2 <> "" Then sStr2 = sStr2 & Chr(10)
sStr2 = sStr2 & "" & Cells(ZZ.Row, 2).Value & "=====> " _
& Round(ZZ - ZZ.Offset(, 26), 2)
End If
End If
End If
Next
If sStr <> "" Then
MsgBoxTest 0, "", "", sStr, 0, 2500
End If
If sStr2 <> "" Then
MsgBoxTest 0, "", "", sStr2, 0, 2500
End If
3.¥t¥~¤@Ó¤èªk¥Î" FindWindow " ¨ÓÃö³¬³o°T®§µ¡¡A¤£¹L§ä¤£¨ì³o°T®§µ¡?
test.rar (9.63 KB)
http://hi.baidu.com/zzllrr/item/9a561a634853bc90c4d2493d |
|