ProtectGoalSeek Property

Microsoft Excel Visual Basic

ProtectGoalSeek Property

       

True if the user cannot modify chart data points with mouse actions. Read/write Boolean.

Example

This example protects the data points on embedded chart one on worksheet one.

Worksheets(1).ChartObjects(1).Chart.ProtectGoalSeek = True