Microsoft Word Suite
62
mailing label object
Returns a
mailing label
object that represents a mailing label. Read-only.
name
Returns the name of the application (for example, "Microsoft Word"). Read-only.
normal template
Returns a template object that represents the Normal template. Read-only.
num lock
Returns the state of the NUM LOCK key. True if the keys on the numeric key pad insert
numbers; false if the keys move the insertion point. Read-only.
office assistant
Returns an assistant object that represents the Office Assistant. Read-only.
path
Returns the path to the specified application. Read-only.
Note The path doesn't include a trailing character; for example,
Macintosh HD:Applications:Microsoft Office 2004. To add the character that separates
folders and volumes, use the path separator property.
path separator
Returns the character used to separate folder names. Read-only.
portrait font names
Returns a list that includes the names of all the available portrait fonts. Read-only.
screen updating
True if screen updating is turned on. Read/write.
The screen updating property controls most display changes on the monitor while a procedure
is running. When screen updating is turned off, toolbars remain visible and Word still allows
the procedure to display or retrieve information using status bar prompts, input boxes, dialog
boxes, and message boxes. You can increase the speed of some procedures by keeping screen
updating turned off. You must set the screen updating property to true when the procedure
finishes or stops after an error.
selection
Returns the
selection object
that represents a selected range or the insertion point. Use the
select command to set or change the selection. Read-only.
settings
Returns a
Word options
object that represents application settings you can set in Word.
Read-only.
show visual basic editor
True if the Visual Basic Editor window is visible. Read/write.