Syntax

expression.GridlineColor

expression A variable that represents a Window object.

Example

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

Visual Basic for Applications
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate ActiveWindow.GridlineColor = RGB(255,0,0)
gridline gridline color Gridline Color Property GridlineColor GridlineColor Property make grid different color make grid lines purple

See also: