How do you password protect code based on the loading of the dvb file? Is it also possible to password protect a multipage? So for instance if I have 3 multipages, how do you prevent a user from clicking on the multipage tab without having to enter a password? Below is the code example from the help for the password protect portion, but I can't get it to work within certain parameters. (ie, individual projects, individual select pages in a multi page) Dim Password, Pword Password = "test" Pword = InputBox("Type in your password") If Pword <> Password Then MsgBox "Sorry, incorrect password" End End If