View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
excel_slave - ExcelForums.com excel_slave - ExcelForums.com is offline
external usenet poster
 
Posts: 2
Default Protecting Specific Cells In Excel

Hi!

I am trying to protect specific cells in Excel, and would like to get
a few lines of VBA code for the same. I have tried changing settings
(Protection) for the worksheet and then using the Range().Protected =
True/False combinations, but have not been able to make it to work.
I'd appreciate if someone could write the process in a step-by-step
manner.

Thanks!