FooterRight property

FooterRight 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

Contains the text string that appears in the right portion of a document's footer.

Version added

2002

Syntax

        
          strRet = object.FooterRight
      
        
          object
          .FooterRight = stringExpression
      

strRet

String. The text in the right portion of the footer.

object

Required. An expression that returns a Document object.

stringExpression

Required String. New text for the right portion of the footer.

Remarks

You can also set this value in the Right box under Footer in the Header and Footer dialog box (on the View menu, click Header and Footer).

Both strRet and strExpression can contain escape codes that represent data. These escape codes can be concatenated with other text. For a list of valid escape codes you can use with the FooterRight property, see the FooterLeft property.