Quote Originally Posted by mikerickson
The inputBox does not have a password character property.

You might add a textbox (which has a passwordcharacer property) to the userform and hide all other controls on Initialize until the proper password is entered.
mikerickson,

my bad, thanks for correcting, you were correct, i was thinking of the textbox and not of the input box.