View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Terence E Roberts Terence E Roberts is offline
external usenet poster
 
Posts: 1
Default locked vb projects

I have had some complicated spreadsheets handed down to
me, but unfortunately the vb code is locked, the author is
no longer with us and no-one knows the password.

Is there any way I can write a macro to find out and
unlock this password.
I know the maximum number of password characters is 32 and
given there are 250 odd ASCII characters, the loop will be
pretty long, but the prospect of attempting to redo these
sheets is pretty dire!

All help appreciated

TER