G
Guus van Waardenburg
Hi all,
I've made a program on wich people can create letters. The problem is that
the printer is not listening to my commands in terms of selecting the right
Papertray, this is my code:
Sub TraySelect()
With ActiveDocument.PageSetup
.FirstPageTray = 260
.OtherPagesTray = 259
End With
End Sub
Does anyone know what I'm doing wrong here? The program only uses the
OtherPagesTray...
Thanks in advance!
I've made a program on wich people can create letters. The problem is that
the printer is not listening to my commands in terms of selecting the right
Papertray, this is my code:
Sub TraySelect()
With ActiveDocument.PageSetup
.FirstPageTray = 260
.OtherPagesTray = 259
End With
End Sub
Does anyone know what I'm doing wrong here? The program only uses the
OtherPagesTray...
Thanks in advance!