S
Simon Kempson
I'm running Word XP on Windows XP. I have a template
which contains a single line macro:
ActiveDocument.PageSetup.FirstPageTray =
wdPrinterManualFeed
In Page Setup, the template has First Page set to "Tray 1
(Manual)". If I create a document from this template and
run my macro, the First Page is changed to "Automatically
Select".
I was hoping to be able to use this code to ensure that
the first page is set to manual feed for a document that
could be printed on a variety of printers, but hit this
problem with the first printer I've tried.
Any help would be appreciated.
which contains a single line macro:
ActiveDocument.PageSetup.FirstPageTray =
wdPrinterManualFeed
In Page Setup, the template has First Page set to "Tray 1
(Manual)". If I create a document from this template and
run my macro, the First Page is changed to "Automatically
Select".
I was hoping to be able to use this code to ensure that
the first page is set to manual feed for a document that
could be printed on a variety of printers, but hit this
problem with the first printer I've tried.
Any help would be appreciated.