April 2006
Beginner
1114 pages
98h 16m
English
chart.ProtectSelection [= setting]
Sets or returns whether or not the user can select items on the chart. This setting operates independent of the other protection settings. The following code prevents the user from selecting items on the chart and thus prevents changes:
Set chrt = ThisWorkbook.Sheets("Protected Chart")
chrt.ProtectSelection = TrueRead now
Unlock full access