Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default allow insert rows = false for only some of the worksheet

Hellow,

Lets say I have a file with data in 400 rows. I do not want to allow users
to delete OR INSERT rows from 1 - 200. But from row 201 on they can do both.

I have half of this figured out. I've locked cells 1 - 200 in an unused
column before protecting. Users cannot delete these rows, but it does not
keep them from adding new rows.

I want full access to edit the data, so I cannot lock the cells in 1 - 200.

Thank you in advance!
--
BILL
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default allow insert rows = false for only some of the worksheet

Hi Bill

You could have a hidden column with an array formula entered in rows 1:200
In the name box, just above column A, type X1:X200 and press ENTER
That will select the range of cells
In the formula bar type anything you like, but perhaps
="Don't Delete"
and hold down Control+Shift as you press Enter
This will create an array formula, and Excel will prevent the insertion or
deletion of any row within this array.
Hide column X

--
Regards
Roger Govier

"bill311" wrote in message
...
Hellow,

Lets say I have a file with data in 400 rows. I do not want to allow users
to delete OR INSERT rows from 1 - 200. But from row 201 on they can do
both.

I have half of this figured out. I've locked cells 1 - 200 in an unused
column before protecting. Users cannot delete these rows, but it does not
keep them from adding new rows.

I want full access to edit the data, so I cannot lock the cells in 1 -
200.

Thank you in advance!
--
BILL

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
insert rows in a worksheet that do not change adjoining rows craigandmel Excel Discussion (Misc queries) 2 April 29th 08 10:26 PM
How do I insert blank rows between rows in completed worksheet? bblue1978 Excel Discussion (Misc queries) 1 October 26th 06 07:02 PM
How do I insert rows in more than one worksheet at a time? Ohio accountant Excel Worksheet Functions 1 October 13th 06 10:14 PM
how can I insert rows in part of worksheet vin Excel Worksheet Functions 3 July 11th 06 04:55 PM
Protect Worksheet but allow to insert or delete rows Bob L Hilliard Excel Discussion (Misc queries) 2 June 9th 05 02:08 PM


All times are GMT +1. The time now is 10:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"