View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Philip Philip is offline
external usenet poster
 
Posts: 156
Default Error changing protected cell

is the workbook protected?

"Jim Zeeb" wrote:

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