View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Macro to lock project from viewing

There's no property/object in excel that allows you to do this mechanically.

About the best you can do is use SendKeys to show the dialog and choose the
options you want.

But I wouldn't depend on this working.

CH wrote:

I'm looking for a macro to insert into my project to automatically
password protect and lock a project from viewing instead of manually
doing the following:

--Going into the VBA Project (view code)
--Tools
--VBA Project Properties
-- Protection Tab
--Lock Project for Viewing

Can anyone help with this?


--

Dave Peterson