In this line of code what do the different trues represent? I've been rewriting this portion of code for a lil bit now, and figure its time I learn what I'm doing.
Sub Protect()
Dim Password As String
Password = "protectresults"
Worksheets("Sheet1").Protect Password, True, True, True
End Sub
Sub Protect()
Dim Password As String
Password = "protectresults"
Worksheets("Sheet1").Protect Password, True, True, True
End Sub