Walkenbach says veryHidden is consistant with Excel 97

That security code is easily beatable by the VB knowlegable. For example, they could write and excicute this whenever they wanted to know the password. (Or the IT branch needed it.)

[VBA]Sub ShowMe()
ThisWorkbook.Sheets("Secret").Visible = True
End Sub[/VBA]