charpentiert
New Member
- Joined
- May 12, 2007
- Messages
- 16
I have the following code and I want to also allow formatting of columns. I have tried adding
.AllowFormattingColumns = True
but this does not work.
Private Sub Workbook_Open()
With Worksheets("Forecast")
.Protect Password:="test", Userinterfaceonly:=True
.EnableOutlining = True
End With
End Sub
.AllowFormattingColumns = True
but this does not work.
Private Sub Workbook_Open()
With Worksheets("Forecast")
.Protect Password:="test", Userinterfaceonly:=True
.EnableOutlining = True
End With
End Sub