PC Review


Reply
Thread Tools Rate Thread

default print orientation

 
 
=?Utf-8?B?TGlzYSBXaWxsaWFtcw==?=
Guest
Posts: n/a
 
      1st Feb 2004
Hi, I would like to change the default print orientation in excel to be landscape instead of portrait, to save time in formatting reports I am generting from great plains dynamics into excel format. I open the reports in excel and then I have to change the orientation before printing them. It would be great to save that step. Can anyone help? Thanks, Lisa
 
Reply With Quote
 
 
 
 
JMay
Guest
Posts: n/a
 
      1st Feb 2004
One approach:
In a standard module enter:

Sub PrintLandScape()
With ActiveSheet
.PageSetup.Orientation = xlLandscape
.PrintPreview ' or just Print
End With
End Sub

Add a new icon to your toolbar and assign this macro to it..
HTH


"Lisa Williams" <(E-Mail Removed)> wrote in message
news:18012380-1020-4655-9480-(E-Mail Removed)...
> Hi, I would like to change the default print orientation in excel to be

landscape instead of portrait, to save time in formatting reports I am
generting from great plains dynamics into excel format. I open the reports
in excel and then I have to change the orientation before printing them. It
would be great to save that step. Can anyone help? Thanks, Lisa


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      1st Feb 2004
For new workbooks (not existing), you can create a template and use that.

If you want it for every new workbook, set up a new workbook the way you want
it.

print settings, headers/footers/fonts, number of sheets, everything...

Then save it as Book.xlt (as a template) in your XLStart folder.

You can also create a template for new worksheets added to existing workbooks.
Call it sheet.xlt and save it in the same XLStart folder.

(Use windows start button|find (or search) to look for your XLStart folder.)



Lisa Williams wrote:
>
> Hi, I would like to change the default print orientation in excel to be landscape instead of portrait, to save time in formatting reports I am generting from great plains dynamics into excel format. I open the reports in excel and then I have to change the orientation before printing them. It would be great to save that step. Can anyone help? Thanks, Lisa


--

Dave Peterson
(E-Mail Removed)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems setting a default papersize and orientation for print preview.. Brad Pears Microsoft VB .NET 0 31st May 2007 06:42 PM
Print Orientation =?Utf-8?B?UmVuQWNjZXNz?= Microsoft Access 2 4th May 2005 01:57 AM
How to programatically change the Print Orientation of default pri =?Utf-8?B?S2V2aW4gU2F5ZQ==?= Microsoft Windows 2000 Printing 1 29th Dec 2004 09:01 PM
Default Orientation Bobmeister Windows XP Internet Explorer 1 1st Jul 2004 02:53 AM
Default Tablet PC Orientation Duncan Windows XP Customization 2 12th Mar 2004 03:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:46 PM.