Hello

Any ideas why this isn't unprotecting the sheet?

Private Sub Userform_Initialize()

'.... all my other code

Sheets("Dashboard").Unprotect
End Sub