True if series formulas cannot be modified by the user. Read/write Boolean.
Example
This example protects the data on embedded chart one on worksheet one.
Worksheets(1).ChartObjects(1).Chart.ProtectData = True
True if series formulas cannot be modified by the user. Read/write Boolean.
This example protects the data on embedded chart one on worksheet one.
Worksheets(1).ChartObjects(1).Chart.ProtectData = True