Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
I hate gridlines! And I desperately wish to have new worksheets that I insert
into workbooks automaticlly NOT to show gridlines. How can I make Excel do this? |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
Only way I know of:-
Alt+F11 double click this workbook and paste it in there. Private Sub Workbook_NewSheet(ByVal Sh As Object) ActiveWindow.DisplayGridlines = False End Sub Mike "Dave Jesson" wrote: I hate gridlines! And I desperately wish to have new worksheets that I insert into workbooks automaticlly NOT to show gridlines. How can I make Excel do this? |
#3
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
There are a few ways:
http://groups.google.com/group/micro...4905543470a0a4 Dave Jesson wrote: I hate gridlines! And I desperately wish to have new worksheets that I insert into workbooks automaticlly NOT to show gridlines. How can I make Excel do this? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i make grid map to input cord for a game | New Users to Excel | |||
Excel charts with one standard grid and wide range of numbers | Charts and Charting in Excel | |||
Can I make column width and row height equal (a grid) in Excel? | Excel Discussion (Misc queries) | |||
How to make background grid lines disappear when viewing | Excel Worksheet Functions | |||
Make default insert sheet to have grid lines | New Users to Excel |