How to allow inserting cells (moving cells down) but not total row

KReto

New Member
Joined
Dec 8, 2015
Messages
16
Hi,

In my protected Excel sheet I would like users to be able to insert cells to certain columns without letting them insert entire rows. I want to prevent them to insert rows because in some hidden columns I have formulas which would not be added to the new rows...

So I would want to give authorisation to add cells in between row 1 & 2 in column A & B, but not in C.

ABC
1VolumePrice= Volume*Price - automatic formula
2VolumePrice= Volume*Price - automatic formula
3= Volume*Price - automatic formula
4= Volume*Price - automatic formula

<tbody>
</tbody>

Thank you in advance,

Kim
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
I had something similar. I ended up converting the range to a table, and added a button that the user would click to add a new row that triggered a macro. The macro unprotected the sheet, added a new row to the table, then re-protected the sheet, and selected the new blank row so it was ready for user input. Since it's a table, the formulas automatically populate.

Otherwise, if you want to keep it as a normal range, you could add a macro that automatically populates the formula for you according to the last row in the range.
 
Upvote 0

Forum statistics

Threads
1,215,494
Messages
6,125,139
Members
449,207
Latest member
VictorSiwiide

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top