- ©«¤l
- 835
- ¥DÃD
- 6
- ºëµØ
- 0
- ¿n¤À
- 915
- ÂI¦W
- 1
- §@·~¨t²Î
- Win 10,7
- ³nÅ骩¥»
- 2019,2013,2003
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-3
- ³Ì«áµn¿ý
- 2025-7-5
|
¦Ê¤À¤ñ
53.32%
...
86.8 ...
lp986749 µoªí©ó 2014-8-30 07:48  - Sub nn()
- Dim rTar As Range
- Dim rT
-
- Set rTar = Range([B3], [B17])
-
- For Each rT In rTar
- With rT
- Select Case .Value
-
- Case Is < 0.7
- .Font.ColorIndex = 6
-
- Case Is > 0.9
- .Font.ColorIndex = 43
-
- Case Else
- .Font.ColorIndex = -4105
-
- End Select
- End With
- Next
- End Sub
½Æ»s¥N½X |
|