View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Phil Perry Phil Perry is offline
external usenet poster
 
Posts: 10
Default Unprotect Worksheet

I want the macro to unprotect the sheet in order to
carry out some changes and then protect it again at
the end.

Can someone help with the code to unprotect and then
protect.

I have tried
ActiveSheet.Unprotect([password]} but it doesn't like
this!

Thank you for your help.