I have recorded a macro to protect a single sheet : ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
What code do I add to get it to protect all sheets in the workbook ?
Something like:
For each sheet in the workbook
Protect using the current options for each sheet
Next sheet