Password for Running the Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am not that familar with VB in Excel, though I could manage to write/copy
the code for running the macro when we give a password in the MSG Box. Here
what like to know is How to make the charaters not to be displayed instead it
should display ****** as usual practice for passwords. Thanks inn advance for
immediate help.
 
Naveen,

I'm sure it's possible with code but a far simpler way is to put a textbox
on a userform and set the textbox password property to (say) * and get you
password input that way.

Mike
 
Thanks for the immediate response. I will also need the code for the user
form or to link this user form to the existing module(at present where the
charaters are visible)

Rgds
 
Thanks for the immediate response. I will also need the code for the user
form or to link this user form to the existing module(at present where the
charaters are visible)
 

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

Back
Top