D
Dave
Group,
I am trying to print envelopes via code and seem to have a problem with the
some of the settings.
The code:
With Documents.Add.Envelope
.DefaultSize = "Size 6 3/4"
.Insert Address:=addr, ReturnAddress:=retaddr
.FeedSource = wdPrinterManualFeed
' No matter what value I use here, I cannot get a true "Clockwise" print
' A "Clockwise" print would be the same as shown in Words 'Tools>Letters and
' Mailings>Envelopes and Labels>Options>Printing Options>"Clockwise
rotation" checkbox
.DefaultOrientation = wdLeftClockwise
' I can only get a 'Face Up' printing even if this is set to false
.DefaultFaceUp = True
.PrintOut FeedSource:=True
End With
If I use Words menu 'Letters and Mailings' to print an envelope then all
settings work just fine.
Any help appreciated,
Dave
I am trying to print envelopes via code and seem to have a problem with the
some of the settings.
The code:
With Documents.Add.Envelope
.DefaultSize = "Size 6 3/4"
.Insert Address:=addr, ReturnAddress:=retaddr
.FeedSource = wdPrinterManualFeed
' No matter what value I use here, I cannot get a true "Clockwise" print
' A "Clockwise" print would be the same as shown in Words 'Tools>Letters and
' Mailings>Envelopes and Labels>Options>Printing Options>"Clockwise
rotation" checkbox
.DefaultOrientation = wdLeftClockwise
' I can only get a 'Face Up' printing even if this is set to false
.DefaultFaceUp = True
.PrintOut FeedSource:=True
End With
If I use Words menu 'Letters and Mailings' to print an envelope then all
settings work just fine.
Any help appreciated,
Dave