- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¥»©«³Ì«á¥Ñ GBKEE ©ó 2010-7-14 19:37 ½s¿è
¦^´_ 3# PD961A
¬O¤£¬O³oÓ¤è¦V- Sub Macro1()
- ' Macro1 Macro
- ' hsu ¦b 2010/7/14 ¿ý»sªº¥¨¶°
- Range("A2:H17").Select
- Selection.FormatConditions.Delete
- Selection.FormatConditions.Add Type:=xlExpression, Formula1:="=OR(A2=$A$1,A2=$B$1,A2=$C$1)"
- ' ¨ÌªþÀÉ¿ý»s«á×¥¿ªº"=OR(A2=$A$1,A2=$B$1,A2=$C$1)"
- Selection.FormatConditions(1).Font.ColorIndex = xlAutomatic
- With Selection.FormatConditions(1).Interior
- .ColorIndex = 6
- .Pattern = xlSolid
- End With
- End Sub
½Æ»s¥N½X |
|