Hello,
I've found and altered the below code from a previous thread and wondered if there is a way of formatting the text that you enter for the password.
Thanks Andrew
mPass = InputBox("Enter password"
If mPass = "1234" Then
Sheets("Coins".Visible = True
Sheets("Coins Report".Visible = True
Else
MsgBox "You Do Not Have Viewing Rights!"
End If
I've found and altered the below code from a previous thread and wondered if there is a way of formatting the text that you enter for the password.
Thanks Andrew
mPass = InputBox("Enter password"
If mPass = "1234" Then
Sheets("Coins".Visible = True
Sheets("Coins Report".Visible = True
Else
MsgBox "You Do Not Have Viewing Rights!"
End If