View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Zeeb[_2_] Jim Zeeb[_2_] is offline
external usenet poster
 
Posts: 23
Default Error changing protected cell

I have macros that run BeforeSave. My sheets are protected, but I run a
routine first that disables events and unprotects them all. I still get an
error that I am trying to change a protected cell. While debugging, I query
the worksheet.protection mode and it says FALSE. I even tried to unlock/lock
the cells and it won't let me do that either.

What am I missing here?

InTHANKSadvance