AnotherJob
Programmer
I'm coding an Access DB that generates several Excel reports within a single workbook. The users want to have the grid line display turned off (displayed grid lines, not printed) on some of the worksheets.
Examples I've found use the ActiveWindow.DisplayGridLines method, but that will not work correctly since the workbook is generated as a background window (and must certainly not be forced into the foreground since that might disrupt concurrent tasks).
Is there a means of turning off the grid line display through worksheet properties directly? Or through some other means that doesn't demand the ActiveWindow? Thanks in advance.
Examples I've found use the ActiveWindow.DisplayGridLines method, but that will not work correctly since the workbook is generated as a background window (and must certainly not be forced into the foreground since that might disrupt concurrent tasks).
Is there a means of turning off the grid line display through worksheet properties directly? Or through some other means that doesn't demand the ActiveWindow? Thanks in advance.