L
l2oBiN
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I would like to refreer to the code script located
<http://word.mvps.org/mac/scripts/windowsize.html>
provided by MVP Barry Wainwright, presented by MVP Daiya Mitchell in February 2008.
This script applies the settings to a single word window "active". I would like to apply it to all open word windows. How could I do that? (the script is below).
(* This is a sample applescript that allows you to change the settings of a Word 2008 document in a single click. This one controls the size and location of the window, the view it uses, the degree of zoom, and which toolbars appear. You would need to customize this sample to fit your preferences.
Please see the article at <http://word.mvps.org/mac/scripts/WindowSize.html> <http://word.mvps.org/mac/scripts/WindowSize.html>>;
Code provided by MVP Barry Wainwright, presented by MVP Daiya Mitchell in February 2008
USE AT YOUR OWN RISK. Test on dummy documents. Please see <http://word.mvps.org/mac/scripts/> <http://word.mvps.org/mac/scripts/>>;
Tested in OS X 10.4.11 (PPC) and Office 2008
* )
tell application "Microsoft Word"
activate
--set the View. Instead of "page view", you can substitute any of the following: normal view/draft view/outline view/page view/master view/online view
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I would like to refreer to the code script located
<http://word.mvps.org/mac/scripts/windowsize.html>
provided by MVP Barry Wainwright, presented by MVP Daiya Mitchell in February 2008.
This script applies the settings to a single word window "active". I would like to apply it to all open word windows. How could I do that? (the script is below).
(* This is a sample applescript that allows you to change the settings of a Word 2008 document in a single click. This one controls the size and location of the window, the view it uses, the degree of zoom, and which toolbars appear. You would need to customize this sample to fit your preferences.
Please see the article at <http://word.mvps.org/mac/scripts/WindowSize.html> <http://word.mvps.org/mac/scripts/WindowSize.html>>;
Code provided by MVP Barry Wainwright, presented by MVP Daiya Mitchell in February 2008
USE AT YOUR OWN RISK. Test on dummy documents. Please see <http://word.mvps.org/mac/scripts/> <http://word.mvps.org/mac/scripts/>>;
Tested in OS X 10.4.11 (PPC) and Office 2008
* )
tell application "Microsoft Word"
activate
--set the View. Instead of "page view", you can substitute any of the following: normal view/draft view/outline view/page view/master view/online view