| ©«¤l5923 ¥DÃD13 ºëµØ1 ¿n¤À5986 ÂI¦W0  §@·~¨t²Îwin10 ³nÅ骩¥»Office 2010 ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥xÆW°ò¶© µù¥U®É¶¡2010-5-1 ³Ì«áµn¿ý2022-1-23 
         
 | 
                
| ¦^´_ 1# t8899 ¸Õ¸Õ¬Ý
 ½Æ»s¥N½XPrivate Sub Worksheet_Calculate()
    If (Range("P1").Value > Range("Q1").Value) And flag = True Then
        CreateObject("Wscript.shell").Popup "OOOOO=>¤jµ§¦¨¥æ  " & (Range("P1").Value)
        Cells(1, 13).Interior.ColorIndex = 2
        flag = False
    End If
    
    If Not IsError(Range("Q6")) Then  '¥[¤W³o
        If (Range("Q6").Value > Range("R1").Value) And flag = True Then
            CreateObject("Wscript.shell").Popup "xxxxxxx=>¶q¯à©ñ¤j  " & (Range("Q1").Value)
            Cells(1, 13).Interior.ColorIndex = 2
            flag = False
        End If
    End If
End Sub
 | 
 |