justme
Well-known Member
- Joined
- Aug 26, 2002
- Messages
- 729
Code:
Sheets("sheet1").Range("a1").Value = Environ("username")
If Range("a1").Value = Range("H5").Value Then format.cell("c24")Protection=unlocked
I will have someone type in their supervisor's name in H5. When they send the form to their supervisor and A1 matches the entry in H5, I want cell c24 to be unlocked so the supervisor can make an entry.
Thanks