ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] ¼Ð¥Ü¿ï¾ÜªºÀx¦s®æ

¦^´_ 1# ÅÚ½³ªd

¸Õ¸Õ¬Ý~~~
  1. Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
  2. If Application.CutCopyMode = xlCopy Then Me.Paste
  3.   On Error Resume Next
  4.   [colorCell].FormatConditions.Delete
  5.   Rows(Target.Row).Name = "colorCell"
  6.   With [colorCell].FormatConditions      ' ³]©w®æ¦¡¤Æ±ø¥ó
  7.       .Delete
  8.       .Add xlExpression, , "TRUE"        ' ±ø¥ó(¤@)¤º¤½¦¡¬°
  9.       .Item(1).Interior.ColorIndex = 36  ' .Item(1)µ¥©óFormatConditions(1)
  10.       .Item(1).Font.Bold = True
  11.   End With
  12. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ¤p¨Æ¤£°µ¡B¤j¨ÆÃø¦¨¡C
ªð¦^¦Cªí ¤W¤@¥DÃD