View Single Post
  #2   Report Post  
MattVonFat
 
Posts: n/a
Default

I had this same problem when doing my ICT project.

You add:

ActiveSheet.Unprotect <PASSWORD

Before you do the code, and:

ActiveSheet.Protect <PASSWORD, True, True, True

Afterwards.

I hope this helps.

Matthew