-
Word envelopes..
Trying to print envelopes through Word. I need to set envelope size but can
not seem to set the parameters correct. I have Tamars automation book, but
does not specify the order of the parameters or the data types. Just says
that there are additional parameters. Can anyone help?
odocument.envelope.printout(.F.,address,)
-
Re: Word envelopes..
"Jarrett" <JcRudisill@Yahoo.com> wrote:
>
> Trying to print envelopes through Word. I need to set envelope size but
can
>not seem to set the parameters correct. I have Tamars automation book, but
>does not specify the order of the parameters or the data types. Just says
>that there are additional parameters. Can anyone help?
>
>
>odocument.envelope.printout(.F.,address,)
For details you should go to the VBA for MSWORD HELP (VBAWRD8.HLP for example)
on PrintOut method for envelope object:
expression.PrintOut(ExtractAddress, Address, AutoText, OmitReturnAddress,
ReturnAddress, ReturnAutoText, PrintBarCode, PrintFIMA, Size, Height, Width,
FeedSource, AddressFromLeft, AddressFromTop, ReturnAddressFromLeft, ReturnAddressFromTop,
DefaultFaceUp, DefaultOrientation)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|