View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
davesexcel[_98_] davesexcel[_98_] is offline
external usenet poster
 
Posts: 1
Default Macro in a protected worksheet


You can unprotected sheet and protect sheet in the macro

ActiveSheet.Unprotect
'your code here
ActiveSheet.Protect


--
davesexcel


------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=535754