View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default locking an excel "form"

The only thing you can do is protect the VBProject. This protection is
easily broken, though, by those so inclined. Excel/VBA is not what you could
call a "secure" application.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)



"Monish" wrote in message
...
Much like I can with an Access Form, I want to lock any design edit
capability for an Excel sheet (which serves as an interactive decision
process - i.e. it asks qns to help the user move down the path of the
tree)
But I dont want the "tree" design to actually be changed...

...Can I do this in Excel?

Thanks!