Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Gridlines have to be chosen each time

It seems to me it used to be that gridlines were the default when printing. I
don't remember always having to choose "sheet" tab and click the "gridlines"
checkbox. I tried to set up XLSTART to have that be chosen automatically, but
it didn't work.

How can I have gridlines on every sheet without having to choose it when
printing?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Gridlines have to be chosen each time

One way would be to put this in the ThisWorkbook module

Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.PrintGridlines = True
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"jknapp1005" wrote in message
...
It seems to me it used to be that gridlines were the default when
printing. I
don't remember always having to choose "sheet" tab and click the
"gridlines"
checkbox. I tried to set up XLSTART to have that be chosen automatically,
but
it didn't work.

How can I have gridlines on every sheet without having to choose it when
printing?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Font different than one chosen Bruce Excel Discussion (Misc queries) 2 February 14th 07 03:04 PM
Row colors overlay the gridlines...how do I show gridlines? RickToo11 Excel Discussion (Misc queries) 2 September 13th 06 03:46 PM
In Excel, gridlines won't print--File,PageSetup,Sheet,Gridlines-- 4most New Users to Excel 3 July 9th 06 01:45 AM
Can't change gridlines colour a second time AlisonB Charts and Charting in Excel 4 May 12th 06 09:10 AM
How do I let only one box be chosen when there are several? alruslavage Excel Worksheet Functions 7 May 10th 05 04:09 PM


All times are GMT +1. The time now is 04:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"