View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hwolf60 hwolf60 is offline
external usenet poster
 
Posts: 1
Default Unlocking Macro in protected sheet


Start your macro with
ActiveSheet.Unprotect

and end it with
ActiveSheet.Protect DrawingObjects:=True, Contents:=True
Scenarios:=True

Good luc

--
hwolf6
-----------------------------------------------------------------------
hwolf60's Profile: http://www.excelforum.com/member.php...fo&userid=1749
View this thread: http://www.excelforum.com/showthread.php?threadid=48008