bamaisgreat
Well-known Member
- Joined
- Jan 23, 2012
- Messages
- 831
- Office Version
- 365
- Platform
- Windows
The code below shows the password as it is entered. Could someone show me how to edit it were it will just show the *. This is for a specific macro Im protecting.
Dim pass As String
pass = "bama" 'Change this to whatever your password needs to be
If Not InputBox("Enter Password", "Password") = pass Then Exit Sub