

Your choices about your document help to determine whether When your reader looks closer, the typeface, its size and style alsoĬommunicate a message. Margins, the text layout, and perhaps a watermark send further visualĬlues. The paper size,Ĭolor, and borders give the reader an overall sense of the document’s theme and Your document makes a first impression before anyone reads a word. ' autoopen should run, so that's all we need.Chapter 4. Setting Up Documents and Pages ' when you start the Word application without e.g. ' based on Normal.dotm, is open (this is by default what you get ' to run this, start word and ensure that a single blank doument, ' Sets the Normal template to have the settings we would like RevisionsBalloonWidthType = WdRevisionsBalloonWidthType.wdBalloonWidthPercent Then RevisionsBalloonWidth = preferredBalloonWidth RevisionsBalloonWidthType = preferredBalloonWidthType 'Const preferredBalloonWidth As Single = 300Ĭonst preferredBalloonWidthType As Integer = WdRevisionsBalloonWidthType.wdBalloonWidthPercentĬonst preferredBalloonWidth As Single = 25 'Const preferredBalloonWidthType As Integer = WdRevisionsBalloonWidthType.wdBalloonWidthPoints ' The numbers Word reports are the numbers you have set, not the values ' not looked at such as screen size and so on. ' NB, there seems to be a minimum anyway, but that may depend on things I have ' set your preferred measurement type and width here. If you want "the minimum", I suppose using the value "1" may be enough for either points or percent. Word does not report the width it has set when you inspect the values - it reports the widths you tried to set. But for example, setting a width of 5%, 10%, 15% here has exactly the same effect, and I need to go to 21% or some such to increase it. If you do need it, and you already have an AutoOpen in your Normal.dotm, you will need to modify your existing routine, then remove/rename mine.Īlong the way, I realised that there is a minimum width, which is what folled me into thinking that the values were not "taking". If not, delete or rename the AutoOpen sub. However, there is also an AutoOpen routine in there which you may need to change the settings for existing documents. This should fix normal.dotm itself and change the default behaviour in future (I think!).

"based on" Normal.dotm", run the routine. Change the width values att he top to the ones you want to use.
Increase the paper size in word for mac code#
Increase the paper size in word for mac windows#
Ideally, try to organise the Word and VBE windows so you can click in Width can be different for different views).Ĭlick Word->Tools->Macro->Visual Basic Editor. Open your document and enable the View that you want to change (the At the bottom I have now added some VBA for insertion in your Normal template for those who are familiar with that.įor VBA, not quite sure that you do not need to enable the Developer tab, but. As usual, there are a lot more steps than I'd want. I cannot see any facility for doing this in the User Interface, but you can do it in code.
