View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kaak[_60_] Kaak[_60_] is offline
external usenet poster
 
Posts: 1
Default Cell is locked but still editable...


Cells are locked to begin with.
You should unlock the cells you want to keep editing and then protect
the sheet.

Like:

Range("E19").Locked = False
ActiveSheet.Protect

Now you can only edit Cell E19

Kaak


--
Kaak
------------------------------------------------------------------------
Kaak's Profile: http://www.excelforum.com/member.php...fo&userid=7513
View this thread: http://www.excelforum.com/showthread...hreadid=528052