Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default Printer Tray

Hello-
Is it possible to specify the manual feed tray when using the printout method?
--
Thanks,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 232
Default Printer Tray

Mike
No not using that method my guess is your going to have to pull printer
information and write it back using an API Call
try here for a nice list of API calls

http://www.mentalis.org/apilist/apilist.php


--
When you lose your mind, you free your life.


"Mike Archer" wrote:

Hello-
Is it possible to specify the manual feed tray when using the printout method?
--
Thanks,
Mike

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 325
Default Printer Tray

Mike,

Have you tried using SENDKEYS to specify settings for your printer?

These work to alter the portrait/landscape simplex/duplex settings on my
LaserJet5SI.

%FU is the same as Alt-F (File) Setup
In the first example, %O is Alt-O (Options) then you just add whatever
letters you'd have to type to do the job manually.

Hope this helps

Pete



Sub PrinterSetupPortraitDuplex()
SendKeys "%FU%O%RD~~"
End Sub

Sub PrinterSetupLandscapeDuplex()
SendKeys "%FU%O%LT~~"
End Sub

Sub PrinterSetupPortraitSimplex()
SendKeys "%FU%O%RN~~"
End Sub

Sub PrinterSetupLandscapeSimplex()
SendKeys "%FU%O%LN~~"
End Sub



"Mike Archer" wrote:

Hello-
Is it possible to specify the manual feed tray when using the printout method?
--
Thanks,
Mike

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
members on my network printer not able to print to default printer smeheut Excel Discussion (Misc queries) 0 June 18th 07 06:42 PM
Print with paper from a specific printer-tray [email protected] Excel Programming 5 October 29th 05 12:25 AM
Send printer escape commands to a printer using VBA mikeburg[_41_] Excel Programming 3 October 6th 05 07:36 PM
Printing worksheet with printer tray # 3 SHA Excel Programming 10 July 25th 04 06:27 PM
Use VBA to access Printer Properties (Resolution, Tray etc) Alan Excel Programming 4 April 14th 04 12:11 AM


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