+ Reply to Thread
Results 1 to 3 of 3

Password entry concealed ***

  1. #1
    Bill_S
    Guest

    Password entry concealed ***

    I have already created a workbook with VBA to accept the user's password
    using InputBox. The rub is that other users can see that user's password as
    he enters it. I need the password to be concealed as asterisks '*.' I
    researched this newsgroup and it looks like the way to go is to use a textbox
    and set the PasswordChar property to '*.' Can anyone share some VBA code to
    display the textbox and and then assign the user's password after he enters
    it to variable 'pw' that I have declared in the routine?

    Thanks.

  2. #2
    Duncan
    Guest

    Re: Password entry concealed ***

    the easiest way for you to do this might be just to follow this article

    http://groups.google.co.uk/group/mic...f1e5fe8a5706ee

    if you dont want to go down this route (its quite simple to implement)
    then post back and we start again!

    Duncan


    Bill_S wrote:

    > I have already created a workbook with VBA to accept the user's password
    > using InputBox. The rub is that other users can see that user's password as
    > he enters it. I need the password to be concealed as asterisks '*.' I
    > researched this newsgroup and it looks like the way to go is to use a textbox
    > and set the PasswordChar property to '*.' Can anyone share some VBA code to
    > display the textbox and and then assign the user's password after he enters
    > it to variable 'pw' that I have declared in the routine?
    >
    > Thanks.



  3. #3
    Bill_S
    Guest

    Re: Password entry concealed ***

    Wow! That's all I can say. Worked right away. I especially appreciate your
    tip in the other referenced thread that made "implementing" the code so easy.

    Thank you!


    "Duncan" wrote:

    > the easiest way for you to do this might be just to follow this article
    >
    > http://groups.google.co.uk/group/mic...f1e5fe8a5706ee
    >
    > if you dont want to go down this route (its quite simple to implement)
    > then post back and we start again!
    >
    > Duncan
    >
    >
    > Bill_S wrote:
    >
    > > I have already created a workbook with VBA to accept the user's password
    > > using InputBox. The rub is that other users can see that user's password as
    > > he enters it. I need the password to be concealed as asterisks '*.' I
    > > researched this newsgroup and it looks like the way to go is to use a textbox
    > > and set the PasswordChar property to '*.' Can anyone share some VBA code to
    > > display the textbox and and then assign the user's password after he enters
    > > it to variable 'pw' that I have declared in the routine?
    > >
    > > Thanks.

    >
    >


+ Reply to Thread

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