Any ideas where the setting is hidden from Excel 2003 to close the gridline while using Excel?
The displaygridlines are a method on an Excel window object. For example:
ActiveWindow.DisplayGridlines = true
Any ideas where the setting is hidden from Excel 2003 to close the gridline while using Excel?
The displaygridlines are a method on an Excel window object. For example:
ActiveWindow.DisplayGridlines = true
Comments
Post a Comment