Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i want to protect my worksheet with password after a new row has bee
added in. how do i go about doing it? i am unsure what object o methods to use -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is one of those things that you can solve by recording a macro:
I got this line: ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True xl didn't record the actual password. But I could look at help and see that I need something like: ActiveSheet.Protect DrawingObjects:=True, _ Contents:=True, Scenarios:=True, password:="hi" "shirley <" wrote: i want to protect my worksheet with password after a new row has been added in. how do i go about doing it? i am unsure what object or methods to use. --- Message posted from http://www.ExcelForum.com/ -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Office 2007 Password protect worksheet | Excel Worksheet Functions | |||
Password Protect a Worksheet | Excel Discussion (Misc queries) | |||
Protect a worksheet with a password | Excel Worksheet Functions | |||
How do I password protect a single tab in a worksheet in excel ? | Excel Discussion (Misc queries) | |||
password protect worksheet | Excel Discussion (Misc queries) |