Group outline and protecting worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way around being able to lock down the work sheet and use the group outline?
 
In code you can enable the outlining before you protect the sheet, in
the following way:

This example enables outlining symbols on a protected worksheet.

ActiveSheet.EnableOutlining = True
ActiveSheet.Protect contents:=True, userInterfaceOnly:=True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top