Hi all,
I'm trying to make this code work for multiple sheets but everything I've tried won't work. Here is the code so far:
Private Sub Workbook_Open()
With Sheet1
.Unprotect Password:="Secret"
.EnableOutlining = True
.Protect Password:="Secret", UserInterfaceOnly:=True
End With
End Sub
Bookmarks