You can set the sheet to xlVeryHidden in VBA. That way it's not available in the standard menu of hidden sheets. You could add some code to prompt for a password with an Input Box and if the correct password is input, then show the sheet, else not.
HTH,
EDIT: Sorry Peter, didn't see you there. My internet connection is slooooow today.