Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default Print one-sided and override two-sided default

I have a spreadsheet that must be printed one-sided. I use a long macro
that, at the end, saves to the network and prints the entire workbook. It
worked lovely, until they changed the default settings on all our printers to
two-sided copies.

Is there code to force the spreadsheets to print one-sided? I tried making
a new macro but the print setting didn't get recorded.

This is the current print code:

ActiveWorkbook.PrintOut Copies:=1, Collate:=True

Thanks!
KarenF
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Print one-sided and override two-sided default

Would it be possible to insert two page breaks next to each other whenever
you want to page break so that every other page is blank?

Just an idea...

GB


"KarenF" wrote in message
...
I have a spreadsheet that must be printed one-sided. I use a long macro
that, at the end, saves to the network and prints the entire workbook. It
worked lovely, until they changed the default settings on all our printers

to
two-sided copies.

Is there code to force the spreadsheets to print one-sided? I tried

making
a new macro but the print setting didn't get recorded.

This is the current print code:

ActiveWorkbook.PrintOut Copies:=1, Collate:=True

Thanks!
KarenF



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
print double sided Larry Excel Discussion (Misc queries) 1 April 19th 09 12:28 AM
Printing multiple pages (2x2) double sided with single sided print kaveh Excel Discussion (Misc queries) 11 August 8th 08 03:38 PM
How to print single sided versus double sided? bobm217 Excel Discussion (Misc queries) 1 December 7th 05 01:07 AM
VB to print one sheet twice, double-sided? StargateFanFromWork[_3_] Excel Programming 2 November 2nd 05 02:45 PM
How can I print two sided documents in Excel? Julie A. Brown Excel Worksheet Functions 1 June 8th 05 03:15 AM


All times are GMT +1. The time now is 07:49 AM.

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

About Us

"It's about Microsoft Excel"