![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
I do not want users to insert or delete rows/columns in my worksheet. How can I ensure that. I do not want to protect the sheet as I want to update the contents of the cells.
Thanka, Karraj |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Posts: 175
|
a crude way would be to put a value on which an important value depends in cell IV65536 (the bottom right cell). If any rows or columns were inserted, a warning would come up and if this was ignored the formulae could go wrong. It depends whether your users are aware that you do not want this to be done - if they are happy not do, but may not know, then a message should work, but if they are malevolent then they are likely to get round protection.
__________________
Regards, Mike. |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
Thanks Mike, that workaround helps.
Is there a simpler way to just disable insertion and deletion of rows for a particular spreadsheet. Karraj. |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Helena, MT
Posts: 13,690
|
You can still use Sheet protection and edit cells. Simply unlock the cells you want to be able to edit under Format>Protection before you protect the sheet.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|