I have a sheet that is protected but does NOT have a password. The sheet contains some columns that are locked and others that are not. I would like to allow users of this sheet to insert new rows into the sheet. My problem is that I want some of the formulas that are locked to be available in the newly inserted rows.
For example, assume column A is unlocked and allows the user to enter free text. Column B is unlocked and the user should enter a quantity. Column C is unlocked and the user shoul enter a unit rate ($ per item). Column D is a locked formula that I would like to show up in the new row that multiplies column B times column C.
My sheet is more complicated than this with many columns...several of which have locked formulas...but it's the same basic concept. I can insert a new row BUT I can NOT get the correct formulas into these columns since the cells are locked.
I am a complete novice with code so please be specific if you suggest a macro. I've seen threads on other MB's that have suggested a macro that may turn off the protection to allow for stuff like this and then turn it back on when done???? I am using Excel 2007.
For example, assume column A is unlocked and allows the user to enter free text. Column B is unlocked and the user should enter a quantity. Column C is unlocked and the user shoul enter a unit rate ($ per item). Column D is a locked formula that I would like to show up in the new row that multiplies column B times column C.
My sheet is more complicated than this with many columns...several of which have locked formulas...but it's the same basic concept. I can insert a new row BUT I can NOT get the correct formulas into these columns since the cells are locked.
I am a complete novice with code so please be specific if you suggest a macro. I've seen threads on other MB's that have suggested a macro that may turn off the protection to allow for stuff like this and then turn it back on when done???? I am using Excel 2007.