FormFields.Shaded Property
Word Developer Reference |
True if shading is applied to form fields. Read/write Boolean.
Syntax
expression.Shaded
expression An expression that returns a FormFields collection object.
Remarks
Shading makes form fields easier to locate in a document and doesn't affect the printed output.
Example
This example removes shading from form fields in Employment Form.doc.
Visual Basic for Applications |
---|
|
This example adds shading to the form fields in the active document and protects the document for forms.
Visual Basic for Applications |
---|
|
See Also