Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to protect worksheets with a password using a macro. Recording
the macro does not seem to install the password and the worksheet can be unprotected. What needs to be added to the VBA code? Thanks, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
worksheets("somesheetnamehere").protect password:="topsecret"
Todd from Gold River wrote: I would like to protect worksheets with a password using a macro. Recording the macro does not seem to install the password and the worksheet can be unprotected. What needs to be added to the VBA code? Thanks, -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Password protection in macro ( Anybody can view my password in VB | Excel Discussion (Misc queries) | |||
Excel Data Protection- AKA: Sheet/Macro Password Protection | Setting up and Configuration of Excel | |||
Password Protection | Excel Discussion (Misc queries) | |||
password protection | Excel Programming | |||
password protection | Excel Programming |