• Msg/Input Box Password Char

    Author
    Topic
    #353318

    Hello all,

    Is it possible to set a password character for an input box or msg box instead of using a form?

    I am using Excel 2000/Win98SE

    Thanks,
    Mike

    Viewing 0 reply threads
    Author
    Replies
    • #516705

      As far as I know, this is not possible. But, of course, you can make a form, which resembles very much the inputbox dialog box and add the following code in the initialize event of the userform:

      Private Sub UserForm_Initialize()
      TextBox1.PasswordChar = “*”
      End Sub

      where the textbox replaces the actual inputbox.

    Viewing 0 reply threads
    Reply To: Msg/Input Box Password Char

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: