View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mike allen[_2_] mike allen[_2_] is offline
external usenet poster
 
Posts: 85
Default unprotecting project

is it possible to unprotect my modules via code?
i have tried:
ThisWorkbook.VBProject.Unprotect password:="ok"
it does not work. thanks