[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
Syntax:
LASTSAVEDBY [ switch ]
Description: Retrieves the name of the user who last modified and saved the current document, as recorded in the LastModifiedBy element of the Core File Properties part.
Field Value: The name of the user who last modified and saved the current document.
Switches: One of the following general-formatting-switches: \* Caps, \* FirstCap, \* Lower, or \* Upper.
[Example: Consider the case in which the LastModifiedBy element is as follows:
<LastModifiedBy>Elizabeth Martin</LastModifiedBy>
and the following field is updated:
LASTSAVEDBY \* Upper
the result might be:
ELIZABETH MARTIN
end example]