Results 1 to 5 of 5

User Password On A Button - Encrypt Password

Threaded View

mab User Password On A Button -... 11-04-2010, 07:12 PM
Leith Ross Re: User Password On A Button... 11-04-2010, 09:54 PM
ABabeNChrist Re: User Password On A Button... 11-05-2010, 01:00 AM
mab Re: User Password On A Button... 11-05-2010, 08:09 AM
mab Re: User Password On A Button... 11-05-2010, 08:10 AM
  1. #1
    Registered User
    Join Date
    12-09-2003
    Posts
    53

    User Password On A Button - Encrypt Password

    Hi,

    Can someone tell me how to display a password a user enters in an input box associated with a button as xxxxx so that the actual password doesn't display as it is entered by user? Using code below.
    Dim Pass As String
        Pass = Application.InputBox("Enter password")
        Select Case Pass
            Case "mypassword"
              'run code'
               
            Case Else
            MsgBox "Sorry - Incorrect Password", vbCritical
                Exit Sub
        End Select
    Thank you much.
    MB
    Last edited by mab; 11-05-2010 at 08:18 AM. Reason: Added Code Tags

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1