bamaisgreat
Well-known Member
- Joined
- Jan 23, 2012
- Messages
- 831
- Office Version
- 365
- Platform
- Windows
Can someone tell me how to modify my code? I was locking out the entire worksheet and now someone needs access to a specific range of cells.
This is what I am currently using....Thanks
This is what I am currently using....Thanks
Code:
Cells.Select
ActiveSheet.Protect Password:="1288", DrawingObjects:=True, Contents:=True, Scenarios:=True
ActiveSheet.EnableSelection = xlNoSelection