

- WORD FOR MAC 2016 PAGE WIDTH DEFAULT VIEW DOWNLOAD
- WORD FOR MAC 2016 PAGE WIDTH DEFAULT VIEW WINDOWS
If not window state of (window loopVar) is ?
WORD FOR MAC 2016 PAGE WIDTH DEFAULT VIEW WINDOWS
Repeat with loopVar from 1 to count of windows The open windows (Word can have many different documents open at once).

Just look in View>Toolbars to get the right name for your preferred toolbar, and be sure to enclose it in quotation marks. Notice that AppleScript calls toolbars "command bars".

Set visible of command bar "Grading" to true Set visible of command bar "Reviewing" to true Set percentage of zoom of view of active window to 150 Set view type of view of active window to page view You'll need to substitute your own preferred settings for anything in green. My preferred script sets the window size, turns on draft view, and sets the zoom at 125%. You can assign keyboard shortcuts as well. Select it from the script menu in Word to run it. Once you are sure you are happy with the script, resave it into /Documents/Microsoft User Data/Word Script Menu Items. Hit the Run button to test your script-it will run in Word and you can check the results. You will need to hit the Compile button to check your script for errors after making changes. If you have never used Script Editor before: Gray text is a comment that explains the script, while colored text is code. The scripts include comments guiding you through basic editing-if you like, this page has more extensive discussion of how the scripts work.
WORD FOR MAC 2016 PAGE WIDTH DEFAULT VIEW DOWNLOAD
Script Editor tends to choke on text copied from the web, so it's probably easiest to download and edit this sample scripts.ĭownload the script and double-click to open in Script Editor. I also apologize to real AppleScripters for the inappropriate formatting of the scripts.) I didn't even write this little bit of code-Shawn Larson and Barry Wainwright contributed the basic samples here. (If I really knew AppleScript, I could write a little application that would get your preferences and edit the script for you, but I don't. So you'll need to look at my samples here, and use the instructions to develop your own script. But it's a bit tricky to put the script together, because everyone has different preferences. The general principle here is that you use a script that carries out three or four actions at once. Use at your own risk See the Script Caveat In Word 2008, you will have to invoke the settings script for each document. You could in Word 2004 and earlier, by using VBA, but not in Word 2008. You cannot force your settings to apply to other people's documents automatically.These methods may or may not work in those contexts. Word does not play well with multiple monitors, or with Spaces in OS X 10.5.You can also activate certain toolbars for custom workspace arrangements. This page offers directions to write a script to set the Size, View, and Zoom for a window in a single click. Word documents carry the window size and view setting with them, so that if you receive attachments from other people, or open your old documents on a new computer, you may you have to resize every document, or change the zoom on every attachment you receive, or set every document to Draft View because that's what you prefer.
