Window.GridlineColor property (Excel)
Returns or sets the gridline color as an RGB value. Read/write Long.
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.
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.GridlineColor = RGB(255,0,0)
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.