Creator property

Creator property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Gets or sets the value of a document's author.

Version added

2.0

Syntax

        
          strRet = object.Creator
      
        
          object
          .Creator = stringExpression
      

strRet

String. The current value of the field.

object

Required. An expression that returns a Document object.

stringExpression

Required String. The new value of the field.

Remarks

Setting the Creator property is equivalent to entering information in the Author box in the Properties dialog box (click Properties on the File menu).