nerdypants
New Member
- Joined
- Feb 23, 2018
- Messages
- 2
hi guys - i'm totally new at this VBA stuff... i'm looking to apply the code below to 2 other sheets ("Sheet1" and "Sheet2"). the code i currently have is:
Private Sub Workbook_Open()
With Worksheets("Main")
.Protect Password:="password", Userinterfaceonly:=True
.EnableOutlining = True
End With
End Sub
thanks in advance - any help you guys can provide will be greatly appreciated.
Private Sub Workbook_Open()
With Worksheets("Main")
.Protect Password:="password", Userinterfaceonly:=True
.EnableOutlining = True
End With
End Sub
thanks in advance - any help you guys can provide will be greatly appreciated.