View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Losse[_28_] Losse[_28_] is offline
external usenet poster
 
Posts: 1
Default Unprotecting not working in Shared workbook


Try:

Password = "maw3327"
ActiveSheet.Protect Password, True, True, True


Password = "maw3327"
ActiveSheet.Unprotect Password


--
Losse
------------------------------------------------------------------------
Losse's Profile: http://www.excelforum.com/member.php...o&userid=24813
View this thread: http://www.excelforum.com/showthread...hreadid=388272