View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How do I lock cells so their values don't get updated

Copy|paste special|values

When you want.

AndrewOZ wrote:

I have a worksheet (A) which gets updated by cell values in another worksheet
(B). Worksheet A is only valid up to a particular date. After that date, I
want to be able to lock every value in the worksheet A so that I can still
update worksheet B (manually) and NOT have worksheet a updated. Is there a
way to do this or do I need to go to a VBA solution?

thanks


--

Dave Peterson