View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Masked Coder[_3_] Masked Coder[_3_] is offline
external usenet poster
 
Posts: 1
Default Enabling a menu item

You could put in at the beginning of the macro:
ActiveSheet.UnProtect (your password here)

your code

ActiveSheet.Protect (your password here

--
Message posted from http://www.ExcelForum.com