When I call Thisworkbook.Protect in VBA the protection of the workbook actually toggles from the current workbook's protection status instead of just protecting the workbook.
Thisworkbook.Unprotect doesn't do this though.
Anyone know why this is the case or how to get around it?