DoubleQuote Property Example

This example encloses the page numbers in the first footer of the active document in double quotation marks (").

ActiveDocument.Sections(1).Footers(1) _
    .PageNumbers.DoubleQuote = True