April 2006
Beginner
1114 pages
98h 16m
English
chart.ProtectData [= setting]
Sets or returns whether or not the user can change series formulas on the chart. Default is False. This setting operates independent of the other protection settings. The following code prevents changes to the way series are calculated on a chart:
Set chrt = ThisWorkbook.Sheets("Protected Chart")
chrt.ProtectData = TrueRead now
Unlock full access