I am using the InputBox to require a password before running a macro. It works fine but the password displays when it is entered. Is there a way to display asterisks (*) instead?

If InputBox("Please enter the password") <> "password" Then Exit Sub

Thanks for your help. Ed