| ©«¤l4901 ¥DÃD44 ºëµØ24 ¿n¤À4916 ÂI¦W267  §@·~¨t²ÎWindows 7 ³nÅ骩¥»Office 20xx ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-4-30 ³Ì«áµn¿ý2025-10-31 
                
 | 
                
| ¦^´_ 1# ¤pyoyo ¸Õ¸Õ¬Ý¦b¸Ó¤u§@ªí¼Ò²Õ¤ºªºµ{¦¡½X
 ½Æ»s¥N½XPrivate Sub Worksheet_Change(ByVal Target As Range)
r = Target.Row: k = Target.Column
Do Until cnt >= 1000 Or Cells(r, k).Interior.ColorIndex = 3
   cnt = cnt + Cells(r, k)
   r = r - 1
   If r < 1 Then Exit Do
Loop
If Application.Sum(Range(Cells(r + 1, k), Target)) >= 1000 Then Target.Interior.ColorIndex = 3
End Sub
 | 
 |