LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default Page Setup Defaults

Hi,

I suppose you could add a vba routine to each users Personal.xls file (the
personal macro workbook. You would add an event macro to the thisWorkbook
object.

The code would be:

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

I believe this will work.

--
Thanks,
Shane Devenshire


"AFD at FONO" wrote:

Is it possible to set the default for page setup so that grid lines are
always printed? Similarly can you reset the default margins.

 
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
Page layout - page setup - items disabled Bill D - Hubbard & Co Excel Discussion (Misc queries) 6 February 2nd 10 04:34 PM
editing setup defaults amy Setting up and Configuration of Excel 1 May 24th 08 12:35 AM
HOW DO I SETUP A PAGE IN EXCEL TO GIVE TOTALS TO ANOTHER PAGE Randy Excel Worksheet Functions 1 February 8th 07 06:15 PM
How do I change the defaults for Page Setup in Excel? Val Excel Discussion (Misc queries) 2 June 15th 06 08:59 PM
Is there a way to apply "page setup" defaults to an existing work. Excel default page set up formats Excel Discussion (Misc queries) 2 March 21st 05 10:54 PM


All times are GMT +1. The time now is 09:58 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"