Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Specifying tray for HP8000 using VBA
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adrian Bennett  
View profile  
 More options Apr 26 1999, 3:00 am
Newsgroups: comp.sys.hp.hardware, microsoft.public.word.vba
From: "Adrian Bennett" <adrian.benn...@pavnet.co.uk>
Date: 1999/04/26
Subject: Specifying tray for HP8000 using VBA
Hi

I'm using MS Word97 to print a document to a HP8000. One copy is printed on
plain paper, a second copy is printed on headed paper with the first page on
headed paper and subsequent pages on continuation sheets.

I've used the following code in VBA to try to specify which tray to use for
the relevant page.

With ActiveDocument.PageSetup
    .FirstPageTray = wdPrinterUpperBin
   .OtherPagesTray = wdPrinterLowerBin
End With
ActiveDocument.PrintOut

This always prints out on tray 2. I've tried changing the wdPrinterBin
values but with no success. Does anyone know what these values should be.

It is possible to do this manually so this this suggests that the printer is
correctly set up.

Any help will be appreciated asap.

Thanks
Adrian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »