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...