View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arne[_2_] Arne[_2_] is offline
external usenet poster
 
Posts: 21
Default unlocking a project in VB(A)

In a previous post, I asked a question about changing the
CodeName property of a worksheet. It appears that this can
be done via the vbProject property of the workbook.
However, the CodeName property can only be changed when
the project is not locked, but unfortunately it is.
Therefore my question is: is there a way to unlock the
project, providing of course that the password is known?