View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Berkan Berkan is offline
external usenet poster
 
Posts: 1
Default automatically unprotect vba-project

Hi,

is it possible to unprotect a password-protected excel-addin by code or does
the user needs to enter it allways manually? neither the unprotect method of
the coressponding workbook object nor the password-parameter of the "open"
function seems to do what I need :-(

kind regards