| ©«¤l162 ¥DÃD44 ºëµØ0 ¿n¤À244 ÂI¦W0  §@·~¨t²Îwindows 7 ³nÅ骩¥»office 2010 ¾\ŪÅv20 ©Ê§O¨k µù¥U®É¶¡2011-4-4 ³Ì«áµn¿ý2022-10-3 
 
 | 
                
| èè¤S¸Õ¤F¤@¦¸¡Aµo²{ÁÙ¬O·|¥X¿ù¡A°®¯Ü§Ú´N§â Cells ùتº¤½¦¡¡Aª½±µÂର¼ÆÈ¡A³o¼Ë´NOk¤F¡C½Æ»s¥N½XRange("E3:E3000").Value = Range("E3:E3000").Value
If OptionButton1 = True Then
Dim i As Integer, rng As Range, y As WorksheetFunction
Range("B3:E3000").Font.ColorIndex = 0
Set y = WorksheetFunction
Range("B3:E3000").Font.ColorIndex = 0
For i = 2 To 5
Set rng = Cells(3, i).Resize(3000)
Cells(rng.Find(y.Max(rng), lookat:=xlWhole).Row, i).Font.ColorIndex = 3
Cells(rng.Find(y.Min(rng), lookat:=xlWhole).Row, i).Font.ColorIndex = 10
Next
End If
 | 
 |