Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have created a new sheet, the column A7 to A9 contains standard formulas
which i had assigned there. i dont want any one should see this formula so i had hide and locked them and then protected sheets with passsword setting. now when i am trying to insert new row, i want the above formula should get copied in new row. how this is possible. i am trapped, tried a lot but no solution i am yet having. kindly assisst |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Code can unlock and unhide your worksheet, perform the work you need and
restore it to it original locked position. If the sheet is locked and protected, then the user can't insert rows anyway. so your code would provide an interface for the user to use to insert rows. As part of the code to insert the row, you could also copy down the formulas. -- Regards, Tom Ogilvy "yogesh" <yogesh @discussions.microsoft.com wrote in message ... i have created a new sheet, the column A7 to A9 contains standard formulas which i had assigned there. i dont want any one should see this formula so i had hide and locked them and then protected sheets with passsword setting. now when i am trying to insert new row, i want the above formula should get copied in new row. how this is possible. i am trapped, tried a lot but no solution i am yet having. kindly assisst |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Allowing editing locked cells in a protected sheet in excel | Excel Worksheet Functions | |||
Insert symbol into locked and protected spreadsheet | Excel Discussion (Misc queries) | |||
Able to overwrite locked cell in protected sheet | Excel Discussion (Misc queries) | |||
is it possible to insert ink annotations into a protected sheet? | Excel Worksheet Functions | |||
Still can select locked cells in protected sheet | New Users to Excel |