View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 234
Default Protected sheets

I was using the ws.protect("password")
and ws.unprotect("password") commands in excel 2000 and they were working fine, and they are now playing up in excel 97, (which I have to deploy my application in). It breaks when i try to unprotect it, and I know the password is correct because if I upprotect from within excel it works.