Tự động tô màu hàng, cột khi click chuột vào ô trong Excel

 Private Sub Worksheet_SelectionChange(ByVal Target As Range)
On Error Resume Next
Cells.Interior.ColorIndex = 0
ActiveCell.EntireRow.Interior.ColorIndex = 8
ActiveCell.EntireColumn.Interior.ColorIndex = 8
Application.CutCopyMode = True
End Sub

Mới hơn Cũ hơn

Comments

Responsive Advertisement