XlFileValidationPivotMode enumeration (Excel)
Specifies how to validate the data caches for PivotTable reports.
Name | Value | Description |
---|---|---|
xlFileValidationPivotDefault | 0 | Validate the contents of data caches as specified by the PivotOptions registry setting (default). |
xlFileValidationPivotRun | 1 | Validate the contents of all data caches regardless of the registry setting. |
xlFileValidationPivotSkip | 2 | Do not validate the contents of data caches. |
Remarks
This enumeration is used to specify the setting of the FileValidationPivot property of the Application object.
The effect of the xlFileValidationPivotDefault setting is controlled by the PivotOptions
registry value, which is set in the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security\FileValidation
. The PivotOptions
value is a DWORD value that can be set as listed in the following table.
PivotOptions value | Description |
---|---|
0 | Never validate PivotTable report data caches. (Not recommended) |
1 | Validate PivotTable report data caches in the following cases (Default setting):
|
2 | Validate all PivotTable report data caches. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.