Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Printout method: in color, duplex

I am using the following code to printout a worksheet and am having
some problems.

1. I cannot get it to print in color. Is there a way to specify this
inside of the .Printout method.

2. I cannot get it to duplex. Is there a way to specify this? I have
my printing preferences set to both of these settings.

ActiveSheet.Range("A1:G53").PrintOut , Copies:=2, preview:=False,
ActivePrinter:="\\HaddonSrvr\Ricoh 2232C", printtofile:=False,
Collate:=True, prtofilename:=PSFileName


Thanks in advance.

  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Printout method: in color, duplex

1. Printing in color usually involves sending to a color
printer. this is unually done by specifying the file path
to the printer. To find this just print to your color
printer while on macro record.
Application.ActivePrinter = "Your file path"

2. I have heard of copy machines duplexing but never a
standard printer.

-----Original Message-----
I am using the following code to printout a worksheet and

am having
some problems.

1. I cannot get it to print in color. Is there a way to

specify this
inside of the .Printout method.

2. I cannot get it to duplex. Is there a way to specify

this? I have
my printing preferences set to both of these settings.

ActiveSheet.Range("A1:G53").PrintOut , Copies:=2,

preview:=False,
ActivePrinter:="\\HaddonSrvr\Ricoh 2232C",

printtofile:=False,
Collate:=True, prtofilename:=PSFileName


Thanks in advance.

.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Printout method: in color, duplex

The options you show are the options available.

to go beyond that, you would probably have to either set up a separate print
driver that has correct settings for your printer or use the windows API.
The separate print driver would be much much easier.

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
I am using the following code to printout a worksheet and am having
some problems.

1. I cannot get it to print in color. Is there a way to specify this
inside of the .Printout method.

2. I cannot get it to duplex. Is there a way to specify this? I have
my printing preferences set to both of these settings.

ActiveSheet.Range("A1:G53").PrintOut , Copies:=2, preview:=False,
ActivePrinter:="\\HaddonSrvr\Ricoh 2232C", printtofile:=False,
Collate:=True, prtofilename:=PSFileName


Thanks in advance.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Printout method: in color, duplex

OK, how would I use a separate print driver? This is for a
multi-function machine, copier, scanner, printer, faxer.

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
Please post this thread a correct full method, method about Nast Runsome New Users to Excel 8 February 25th 08 03:29 PM
Any method to set cell background color conditionally ? come_mon_come_mon! Excel Discussion (Misc queries) 2 April 14th 07 12:34 PM
Any method to set cell background color conditionally ? come_mon_come_mon! Excel Worksheet Functions 2 April 14th 07 12:34 PM
Problem with the PrToFileName parameter when using the Printout method on a worksheet Prasad Vanka Excel Programming 6 May 14th 04 10:56 AM
Excel vba printout method Curtis[_4_] Excel Programming 11 October 28th 03 01:15 PM


All times are GMT +1. The time now is 09:56 PM.

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"