Microsoft Word Suite
333
Command: set as page setup template default
Sets the specified page setup formatting as the default for the active document and all new
documents based on the active template.
Syntax
set as page setup template default page setup Required. An expression that returns a page setup
object.
Example
This example changes the left and right margin settings for the active document and then sets the
page setup formatting as the default.
set left margin of page setup of active document to inches to points inches 1
set right margin of page setup of active document to ¬
inches to points inches 1
set as page setup template default page setup of active document
Command: set default file path
Returns or sets default folders for items such as documents, templates, and graphics.
Syntax
set default file path
file path type enumeration Required. The default folder to set. Can be one of the following:
documents path, pictures path, user templates path, workgroup templates path, user options
path, auto recover path, tools path, tutorial path, startup path, program path, graphics filters
path, text converters path, proofing tools path, temp file path, current folder path, style
gallery path, trash path, office path, type libraries path, or border art path.
path Unicode text Required. The new file path.
Remarks
The new setting takes effect immediately.
Example
This example sets the default folder for Word documents.
set default file path file path type documents path ¬
path "Macintosh HD:Users:Shared"