password character hide

  1. B

    Masking password characters in VBA code

    Dear Mr Excel, I have created a password activated spreadsheet, but I cannot find how to 'Mask' the characters of the password box, does anyone know how to help? I have created the code below; Sub Run_Password_Admin_Macro() 'Password protect for Admin Dim strPassTry As String Dim...
  2. S

    Showing *** rather then characters when entering password

    Hi All, I use some code which I found here to unhide and unhide tabs which also requires a password, however I was wondering is there any way that when I enter the password it just shows up as ********** as it would in normal scenarios where you have a password as the below allows the letters...
  3. R

    Password character hide

    I want to create a macro that can accept a string in a form but hide the entered characters as they are typed. Essentially just like a normal log in, can't seem to find how in vba. Thx
  4. B

    ADDING A PASSWORD AT THE BEGINNING OF CODE. No straight answer on forum.

    I have looked at several post and have not been able to find a concrete answer for this problem. There needs to be a masked password to be entered at the beginning of some code before if can continue to run. I have found and am currently using If UCase(InputBox("Enter Password")) <> "1288"...
  5. F

    "Passwords" in a document?

    Ok, so I'm working on an excel project for my mom. She wants an excel sheet of all the websites she's a member of and the passwords she's using for each site. However, she wants the passwords to show up as "*******" so that anyone who just looks at the sheet over her shoulder doesn't know what...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top