Macro Button Password

S

Steve C

Hi,

Can someone please help with this query,

I'm trying to password protect a macro.
When I use the following it will ask the user for a password and *******
will be displayed in the input box, however when the user types in their
password it is visible to all.
How do I change this so that the users password is displayed as ****** when
entered

Dim MyPassword
MyPassword = InputBox("Please enter a valid password", "Password Prompt",
"********")

Many thanks
 
R

Ron de Bruin

Hi Steve

Not possible with a inputbox

Create a small userform with a textbox
See the PasswordChar Property in the properties window
 
S

Steve C

Thank you,
I have been losing sleep over this!

Ron de Bruin said:
Hi Steve

Not possible with a inputbox

Create a small userform with a textbox
See the PasswordChar Property in the properties window
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Excel VBA BeforeSave 0
Restrict Use of a macro 3
Wifi Network Issue 0
Password protection worksheet 1
Excel, button for macro 4
Hiding macro-enabled password 2
Password in * 12
Password as ******* 1

Top