aparvez007
Member
I want to know how i can highlight the cell and respective cell heading in a perticular table. i m using below code to highlight the row and column.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
[SelRow] = Target.Row
[SelCol] = Target.Column
End Sub
but i want only 3 cell should highlight when i click on a particular cell.
please help...
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
[SelRow] = Target.Row
[SelCol] = Target.Column
End Sub
but i want only 3 cell should highlight when i click on a particular cell.
please help...