From the line.. till the line...
<font face=Courier New>
<SPAN style="color:#00007F">Private</SPAN> <SPAN style="color:#00007F">Sub</SPAN> Workbook_Open()
<SPAN style="color:#00007F">With</SPAN> Sheets("Sheet1")
.Protect "password", , , , <SPAN style="color:#00007F">True</SPAN>
.EnableOutlining = <SPAN style="color:#00007F">True</SPAN>
<SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">With</SPAN>
<SPAN style="color:#00007F">With</SPAN> Sheets("Sheet2")
.Protect "password", , , , <SPAN style="color:#00007F">True</SPAN>
.EnableOutlining = <SPAN style="color:#00007F">True</SPAN>
<SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">With</SPAN>
<SPAN style="color:#00007F">With</SPAN> Sheets("Sheet3")
.Protect "password", , , , <SPAN style="color:#00007F">True</SPAN>
.EnableOutlining = <SPAN style="color:#00007F">True</SPAN>
<SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">With</SPAN>
<SPAN style="color:#00007F">With</SPAN> Sheets("Sheet4")
.Protect "password", , , , <SPAN style="color:#00007F">True</SPAN>
.EnableOutlining = <SPAN style="color:#00007F">True</SPAN>
<SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">With</SPAN>
<SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN>
</FONT>