回覆列表
  • 1 # 文化人

    excel 選擇一個單元格 所在行列變色

    複製以下程式碼。

    在工作表名稱上單擊右鍵,檢視程式碼,把複製的程式碼粘上去。

    關閉視窗,回到工作表就可以了

    1

    2

    3

    4

    5

    6

    7

    8

    9

    Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)

    On Error Resume Next

    Cells.FormatConditions.Delete

    With Target.EntireRow.FormatConditions

    .Delete

    .Add

    xlExpression, , "TRUE"

    .Item(1)

    .Interior.ColorIndex

    = 7 "7是顏色程式碼

    End With

    End Sub

  • 2 # 在山上看日落

    excel 選擇一個單元格 所在行列變色

    複製以下程式碼。

    在工作表名稱上單擊右鍵,檢視程式碼,把複製的程式碼粘上去。 關閉視窗,回到工作表就可以了

  • 3 # 噠噠噠小鋼摸

    excel 選擇一個單元格 所在行列變色;複製以下程式碼。 ;在工作表名稱上單擊右鍵,檢視程式碼,把複製的程式碼粘上去。 關閉視窗,回到工作表就可以了;Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) On Error Resume Next Cells.FormatConditions.Delete With Target.EntireRow.FormatConditions .Delete .Add xlExpression, , "TRUE" .Item(1).Interior.ColorIndex = 7 "7是顏色程式碼End With End Sub

  • 中秋節和大豐收的關聯?
  • 孕婦坐長途車要注意點什麼呢?