How do I set a default envelope size for the wizard?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi =?Utf-8?B?QWxleCBDLg==?=,
Is there a method for saving the envelope size I wish to use as a default?
My version of Word (2003) "remembers" which size I used last. I don't see
any way to set the default, other than that, except by using a macro.
Example

Sub SetDefaultEnvSize()
ActiveDocument.Envelope.DefaultSize = "C4"
End Sub

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 
Back
Top