Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've developed a protected sheet in excel 2003. I have protection set to
allow inserting rows. Unfortunately, the inserted row doesn't have formulas of columns from previous row. Any way to do this? Because what happens is users simply unprotect the sheet, and then copy and insert rows in order to keep formulas intact in the inserted row. Of course I don't want them unprotecting the sheet because then they can reek havoc. Advice? Many thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could give them a macro that would unprotect the worksheet, insert a new
row, copy|paste the values and formulas to the new row, delete the values in that new row (if you want) and then reprotect the sheet. If you want to try, start at David McRitchie's site: http://www.mvps.org/dmcritchie/excel/insrtrow.htm look for: InsertRowsAndFillFormulas If you're new to macros: Debra Dalgleish has some notes how to implement macros he http://www.contextures.com/xlvba01.html David McRitchie has an intro to macros: http://www.mvps.org/dmcritchie/excel/getstarted.htm Ron de Bruin's intro to macros: http://www.rondebruin.nl/code.htm (General, Regular and Standard modules all describe the same thing.) Todd108 wrote: I've developed a protected sheet in excel 2003. I have protection set to allow inserting rows. Unfortunately, the inserted row doesn't have formulas of columns from previous row. Any way to do this? Because what happens is users simply unprotect the sheet, and then copy and insert rows in order to keep formulas intact in the inserted row. Of course I don't want them unprotecting the sheet because then they can reek havoc. Advice? Many thanks -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert row keeping borders | Excel Discussion (Misc queries) | |||
Copy old Data from web query while keeping previous days data | Excel Worksheet Functions | |||
Insert some cells by keeping the title block as same | Excel Discussion (Misc queries) | |||
Insert a new row with data from previous row | New Users to Excel | |||
insert from previous worksheets | Excel Worksheet Functions |