J
Jennifer Q
I would like to create a macro that will quickly assign a paper tray or
paper type to a document.
This is the code:
Sub tray()
With ActiveDocument.PageSetup
..FirstPageTray = wdPrinterManualFeed
..OtherPagesTray = wdPrinterManualFeed
End With
End Sub
But what I am missing are the codes for paper trays besides the Manual Feed.
I would also like to know the code for Letterhead type and Bond type.
Can anyone help out?
Thanks,
Jeni
paper type to a document.
This is the code:
Sub tray()
With ActiveDocument.PageSetup
..FirstPageTray = wdPrinterManualFeed
..OtherPagesTray = wdPrinterManualFeed
End With
End Sub
But what I am missing are the codes for paper trays besides the Manual Feed.
I would also like to know the code for Letterhead type and Bond type.
Can anyone help out?
Thanks,
Jeni