Hi Susan,
You were almost there, all you had to do was record a macro
With ActiveWindow
.DisplayGridlines = True
.GridlineColorIndex = 55
End With
It's worth noting this is one of the few things that requires the sheet to
be active and in code might require both the workbook and the worksheet to
be programmatically activated.
Regards,
Peter T
i looked in the object browser in visual basic & found that you can do
it via macro..........
Property GridlineColorIndex As XlColorIndex
Member of Excel.Window
but i don't know exactly how to word it in the macro. just thought
i'd throw this in for more help.
susan