April 2006
Beginner
1114 pages
98h 16m
English
chart.ProtectGoalSeek [= setting]
Sets or returns whether or not the user can change underlying charted values by clicking and dragging series data points on the chart. This setting operates independent of the other protection settings. The following code prevents the user from changing data by modifying the chart:
Set chrt = ThisWorkbook.Sheets("Protected Chart")
chrt.ProtectGoalSeek = TrueRead now
Unlock full access