Welcome to the fracta.net forum!

Share your coding ideas or ask questions.

Question Inputbox in Excel VBA

  • mahmod
  • Topic Author
  • Visitor
  • Visitor
10 years 4 months ago #314 by mahmod
Inputbox in Excel VBA was created by mahmod
Dear Roller,

I hope can get assistance from you.

I want user to key in password. how i want to replace password that user key in to '*' or any other character in the input box?

Password char if not mistaken.

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #315 by roller
Replied by roller on topic Inputbox in Excel VBA
The input box on the vba form has a property called password. Use that property to set the character such as *.

Please Log in or Create an account to join the conversation.

  • mahmod
  • Topic Author
  • Visitor
  • Visitor
10 years 4 months ago #316 by mahmod
Replied by mahmod on topic Inputbox in Excel VBA
Dear Roller,

How about inputbox from script in ExcelVBA like below:

Password = Inputbox ("Enter Password")

After i run the macro button, How I want to ensure that the password that we type appear as char "*".

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #318 by roller
Replied by roller on topic Inputbox in Excel VBA
It is not possible with inputbox. You have to create a user form and add a textbox on it to be able to use the password property. Build your own input box.

Please Log in or Create an account to join the conversation.

Time to create page: 0.441 seconds
Powered by Kunena Forum