C Cindy M -WordMVP- Jan 10, 2005 #2 Hi =?Utf-8?B?QWxleCBDLg==?=, Is there a method for saving the envelope size I wish to use as a default? Click to expand... 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
Hi =?Utf-8?B?QWxleCBDLg==?=, Is there a method for saving the envelope size I wish to use as a default? Click to expand... 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