Home ยป Interior.ColorIndex property
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
Learn
Formatting Cells Fill with VBA
You will learn: Formatting Cells Fill with VBA, include Background Color, Fill Effects, Pattern Color and Pattern Style. Take this course now!
Docs
Interior.ColorIndex property
Returns or sets a Variant value that represents the color of the interior. Syntax expression.ColorIndex expression A variable that represents an Interior […]