Home ยป Worksheet.SelectionChange event
Learn
Excel Macro: Highlight the Active Row and Column
The VBA code examples show ways to highlight the active cell or the rows and columns that contain the active cell. Get the VBA code now!
Range.Column property Range.CurrentRegion property Range.Select method Range.EntireColumn property Range.EntireRow property IsEmpty function Worksheet.SelectionChange event Worksheet.BeforeDoubleClick event Application.ScreenUpdating property Interior.ColorIndex property Range.Interior property Range.Address property On Error statement
Docs
Worksheet.SelectionChange event
Occurs when the selection changes on a worksheet. Syntax expression.SelectionChange (Target) expression A variable that represents a Worksheet object. Parameters Name Required/Optional […]