G
Guest
I am trying to set the "DisplayGridlines" property of a worksheet
programmatically. I am getting an error when using:
Worksheets(<name of a valid sheet>).DisplayGridlines = False
The error is:
Runtime error '438'
Object doen't support this property or method
How may I accomplish this task without error? Thanks and God bless.
programmatically. I am getting an error when using:
Worksheets(<name of a valid sheet>).DisplayGridlines = False
The error is:
Runtime error '438'
Object doen't support this property or method
How may I accomplish this task without error? Thanks and God bless.