GridlineColor Property

Applies To

Window object.

Description

Returns or sets the gridline color as an RGB value. Read/write Long.

See Also

DisplayGridlines property, GridlineColorIndex property.

Example

This example sets the gridline color in the active window in Book1.xls to red.

Workbooks("Book1.xls").Worksheets("Sheet1").Activate
ActiveWindow.GridlineColor = RGB(255,0,0)