George:
I will send you a copy of my working model.
But it sounds as if the following would work better for you:
Have a separate, completely unprotected sheet for user input and a
fully protected sheet that uses formulas to reflect what the user has
input.
If you use =OFFSET formulas on your protected sheet, the users will be
free to insert and delete rows and columns on the input sheet at will
without corrupting the protected sheet.
For example, enter the following formula in cell A1 of Sheet1:
=OFFSET(Sheet2!$A$1,ROWS($A$1:D3)-1,COLUMNS($A$1:D3)-1)
and copy this formula to the range A1:H20000
Enter whatever other formulas you need in columns I through IV
Use Tools Options View and un-check Zero values.
Protect Sheet1 with password.
Hope this helps.
--
CaptainQuattro
------------------------------------------------------------------------
CaptainQuattro's Profile:
http://www.excelforum.com/member.php...o&userid=32763
View this thread:
http://www.excelforum.com/showthread...hreadid=571191