Thread: Locking project
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jacob[_3_] jacob[_3_] is offline
external usenet poster
 
Posts: 9
Default Locking project

Hi,
I have an addin which is locked. On a given command the
addin copies a custom worksheet to a new workbook. The
custom worksheet contains some code in the worksheet
object and this is no longer locked. I'd like it be
unavailable to the user, so how can I lock this new VBA
project programmatically?

any help appreciated.