Options.DisableFeaturesIntroducedAfterbyDefault Property
Word Developer Reference |
Disables all features introduced after a the specified version for all documents. Read/write WdDisableFeaturesIntroducedAfter.
Syntax
expression.DisableFeaturesIntroducedAfterbyDefault
expression Required. A variable that represents an Options collection.
Remarks
The DisableFeaturesByDefault property must be set to True prior to setting the DisableFeaturesIntroducedAfterByDefault property. Otherwise, the setting will not take effect and will remain at its default setting of Word 97 for Windows.
The DisableFeaturesIntroducedAfterByDefault property sets a global option for the application and affects all documents. If you want to disable features introduced after a specified version for a document only, use the DisableFeaturesIntroducedAfter property.
Example
This example disables all features introduced after Word for Windows 95, versions 7.0 and 7.0a, for all documents.
Visual Basic for Applications |
---|
|
See Also