S S P P Member Yesterday at 5:14 PM #1 How to protect cell C3 once it is filled Attachments Code to protect Cell other than Empty.xlsm 15.3 KB · Views: 2
Belleke Well-Known Member Yesterday at 5:55 PM #2 I don't know if this is what you want. The password is SPP Attachments Code to protect Cell other than Empty.xlsm 22.7 KB · Views: 3
S S P P Member Yesterday at 6:15 PM #3 The code is to protect and unprotect only cell C3 as soon as it is filled. The others that are protected and unprotected continue.
The code is to protect and unprotect only cell C3 as soon as it is filled. The others that are protected and unprotected continue.
Belleke Well-Known Member Yesterday at 6:57 PM #4 How to protect cell C3 once it is filled Click to expand... That was your question Last edited: Yesterday at 7:07 PM
Belleke Well-Known Member Yesterday at 7:15 PM #5 I am to old and to ugly to spend my time, post a real example.
S S P P Member Yesterday at 8:07 PM #7 Belleke Thanks for trying to help I'm sending an example of what I did, I just need a password for the button. Attachments Code to protect Cell other than Empty2.xlsm 20.2 KB · Views: 0
Belleke Thanks for trying to help I'm sending an example of what I did, I just need a password for the button.
S S P P Member Yesterday at 8:40 PM #8 I already got it >>> use code - tags <<< Code: Dim Senha As String Senha = "SPP" If InputBox("Por favor, Digite a senha para continuar.", "Digite a senha") <> Senha Then Exit Sub End If Last edited by a moderator: Yesterday at 9:18 PM
I already got it >>> use code - tags <<< Code: Dim Senha As String Senha = "SPP" If InputBox("Por favor, Digite a senha para continuar.", "Digite a senha") <> Senha Then Exit Sub End If