I can alter the font and font size, but I can't alter from left and from top. I've tried to adjust the frame, but I can't find code to do that. Any help would be greatly appreciated!
Dorak, I think what you're looking for are the AddressFromLeft and AddressFromTop (and possibly the ReturnAddressFromLeft and ReturnAddressFromTop) properties of the Envelope object. These can be set as part of the process of adding the envelope to the document. Run the macro recorder whilse doing the process of adding an envelope manually and all should be revealed... -- Cheers! Gordon Uninvited email contact will be marked as SPAM and ignored. Please post all follow-ups to the newsgroup. "Dorak" wrote: > I can alter the font and font size, but I can't alter from left and from top. > I've tried to adjust the frame, but I can't find code to do that. > > Any help would be greatly appreciated!
Interesting, Gordon, I did that yet again and still couldn't figure out how to get it to print whatever address is in the document. But getting me to look at it one more time did the trick: Extract address = True and "" as address text and return address text. Thanks. "Gordon Bentley-Mix" wrote: > Dorak, > > I think what you're looking for are the AddressFromLeft and AddressFromTop > (and possibly the ReturnAddressFromLeft and ReturnAddressFromTop) properties > of the Envelope object. These can be set as part of the process of adding the > envelope to the document. Run the macro recorder whilse doing the process of > adding an envelope manually and all should be revealed... > -- > Cheers! > Gordon > > Uninvited email contact will be marked as SPAM and ignored. Please post all > follow-ups to the newsgroup. > > > "Dorak" wrote: > > > I can alter the font and font size, but I can't alter from left and from top. > > I've tried to adjust the frame, but I can't find code to do that. > > > > Any help would be greatly appreciated!