Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have a worksheet with locked columns containing formulas. how can i insert
rows & copy the formula above without having to unprotect the worksheet? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In some versions of excel, you can allow the user to insert rows or columns when
you protect the sheet. Make sure that all the rows/columns in that allowed range are unlocked. puting_uwak wrote: i have a worksheet with locked columns containing formulas. how can i insert rows & copy the formula above without having to unprotect the worksheet? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Dave Peterson" wrote: In some versions of excel, you can allow the user to insert rows or columns when you protect the sheet. Make sure that all the rows/columns in that allowed range are unlocked. but i need to have locked cells stay that way to prevent other users from changing the formulas and data in those cells. i tried recording a macro but i can't bypass unprotecting the sheet. by the way, i'm using excel 2007. thanks for replying! :) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could add some code to your macro:
activesheet.unprotect password:="topsecret" 'your code here activesheet.protect password:="topsecret" puting_uwak wrote: "Dave Peterson" wrote: In some versions of excel, you can allow the user to insert rows or columns when you protect the sheet. Make sure that all the rows/columns in that allowed range are unlocked. but i need to have locked cells stay that way to prevent other users from changing the formulas and data in those cells. i tried recording a macro but i can't bypass unprotecting the sheet. by the way, i'm using excel 2007. thanks for replying! :) -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
added your code to my macro and it worked! :) thanks for your help!
"Dave Peterson" wrote: You could add some code to your macro: activesheet.unprotect password:="topsecret" 'your code here activesheet.protect password:="topsecret" |
#6
![]() |
|||
|
|||
![]()
Hi there!
Is there anyway to do this without macro? I'm an idiot in macro.... I need to be able to insert new rows in protected sheets. The inserted rows should have the formulas.. please help .. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert object worksheet protected | Excel Discussion (Misc queries) | |||
Copy formula from above cell in protected worksheet | Excel Discussion (Misc queries) | |||
How do I insert an object onto a protected worksheet? | Excel Discussion (Misc queries) | |||
Insert Photo into a protected worksheet | Excel Worksheet Functions | |||
Insert comment in protected worksheet | Excel Worksheet Functions |