View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
xl@lf xl@lf is offline
external usenet poster
 
Posts: 12
Default Macro Doesn't Work When Worksheet Protected

Hello,

I have a worksheet containing VBA code with the command
"Worksheet_Change(ByVal Target As Range)".

When I protect the worksheet the command will not run.

Any ideas would be appreciated..

Thank you