Password Entry

  • Thread starter Thread starter Tom Ogilvy
  • Start date Start date
T

Tom Ogilvy

No supported with an inputbox. If you create a userform that looks like an
inputbox, you can use the passwordchar attribute/property of the textbox to
do this.
 
I have password protected a proceedure using a simple input box at the start
of my code - e user has to input a text string "password" for the code to
run - if they don't know the password it will not run. This is only to
prevent certain individuals from inadvertently running the attached macro
assigned to a button on a spreadsheet.

What I have been unable to figure out is how to set this up so that the
users input appears on screen as a series of ******* instead of actual text.

(Using Excel 2000)

Any help greatly appreciated
 

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