- ©«¤l
- 561
- ¥DÃD
- 160
- ºëµØ
- 0
- ¿n¤À
- 725
- ÂI¦W
- 0
- §@·~¨t²Î
- WINDOWS
- ³nÅ骩¥»
- xp
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ®ç¶é
- µù¥U®É¶¡
- 2014-9-10
- ³Ì«áµn¿ý
- 2024-8-7
  
|
§Ú¤½¥qÀɶÇÀÉ®×»P¹Ï¤ù¥\¯à-¤£µM¦¤W¶ÇZIPÀɵ¹§A©Ô
§Ú¬Ý¬OªO¥»°ÝÃD
§Ú±N SHEET1 §ï ¤u§@ªí1 ¦A¸Õ¸Õ
¦]¥¦§ä¤£¨ì SHEET1 ¬G¨q¥X BUG
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
For M = 4 To 9
If ¤u§@ªí1.Cells(M, 6).Font.ColorIndex = 3 Or ¤u§@ªí1.Cells(M, 8).Font.ColorIndex = 3 Or ¤u§@ªí1.Cells(M, 10).Font.ColorIndex = 3 Or ¤u§@ªí1.Cells(M, 12).Font.ColorIndex = 3 Then
¤u§@ªí1.Cells(M, 14) = "¤£¦X®æ"
¤u§@ªí1.Cells(M, 14).Font.ColorIndex = 3
Else
¤u§@ªí1.Cells(M, 14) = "¦X®æ"
¤u§@ªí1.Cells(M, 14).Font.ColorIndex = 1
End If
Next
End Sub |
|