- ©«¤l
- 967
- ¥DÃD
- 0
- ºëµØ
- 0
- ¿n¤À
- 1001
- ÂI¦W
- 0
- §@·~¨t²Î
- WIN XP
- ³nÅ骩¥»
- OFFICE 2003
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-11-29
- ³Ì«áµn¿ý
- 2022-5-17
|
¦^´_ 3# luke
Àx¦s®æ¤w¥ý¥þ³¡¿é¤J¦n,¤@¦¸§PÂ_¥þ³¡Àx¦s®æ
¤@¯ë¼Ò²Õ- Sub xx()
- For Each target In [A1].CurrentRegion
- If target.Column <= 2 Then
- LR = Sheet2.[A1].End(xlDown).Row
- Set Rng = Sheet2.Range(Sheet2.Cells(1, target.Column * 2 - 1), Sheet2.Cells(LR, target.Column * 2))
- Set X = Rng.Find(target, , , xlWhole)
- If X Is Nothing Then
- target.Font.ColorIndex = 3
- Else
- target.Interior.ColorIndex = X.Interior.ColorIndex
- End If
- End If
- Next
- End Sub
½Æ»s¥N½X |
|