worksheet lines

L

Link

Is there any way to make the lines in an excel worksheet not visable? I am
using excel 2003 and want to view the sheet without the lines.
 
D

dt

Is there any way to make the lines in an excel worksheet not visable?  I am
using excel 2003 and want to view the sheet without the lines.

ActiveWindow.DisplayGridlines = False
 
Top