½Ð«ü¾É¦p¦ó¿ï¨ú©Ò¦³²Å¦X®æ¦¡¤Æ±ø¥óªºÀx¦s®æ
- ©«¤l
- 976
- ¥DÃD
- 7
- ºëµØ
- 0
- ¿n¤À
- 1018
- ÂI¦W
- 0
- §@·~¨t²Î
- Win10
- ³nÅ骩¥»
- Office 2016
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2013-4-19
- ³Ì«áµn¿ý
- 2025-1-10
|
¦^´_ 1# Andrewfat
½Ð´ú¸Õ¬Ý¬Ý¡AÁÂÁÂ
Sub test()
Dim Arr, xU
With Cells.Font
.ColorIndex = 1
.Bold = False
End With
Arr = Range("e6").CurrentRegion
Set xU = [e6]
For i = 2 To UBound(Arr) Step 2
For j = 2 To UBound(Arr, 2)
If Arr(i, j) > Arr(3, 1) Then
Set xU = Union(Cells(i + 5, j + 4).Resize(2, 1), xU)
End If
Next j
Next i
With xU.Font
.ColorIndex = 3
.Bold = True
End With
[e6].Interior.ColorIndex = xlNone
End Sub |
|
|
|
|
|
|