View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bill_morgan_3333 bill_morgan_3333 is offline
external usenet poster
 
Posts: 8
Default protect command button

I know how to password protect an Excel VBA project, but is there any way to
protect a worksheet command button object itself (i.e., prevent a user from
adding Visual Basic to the menu bar, clicking into VB design mode, and
moving, resizing, or deleting the command button?)

Thanks ...

Bill Morgan