Hi Gord
I have implemented this code in the Worksheet_Change Event and it works well. I have added an initial unprotect command and a terminating protect command:
ActiveSheet.Protect UserInterfaceOnly:=True, DrawingObjects:=False, Contents:=True, Scenarios:=True _
, AllowFormattingCells:=True, AllowFormattingColumns:=True, AllowFormattingRows:=True, AllowFiltering _
:=True
However, upon hitting the 'Delete' key, I get the message
"The cell or chart you are trying to change is protected and therefore read-only.
To modify a protected cell or chart, first remove protection........"
Essentially, after text is entered into any cell, it sets the locked check box to half-greyed somehow.
This means that users can no longer select multiple cells and hit delete in order to clear contents.
Can you see a way round this?
Many thanks!
Submitted via EggHeadCafe
Entity Framework Code-First Library CTP 5 Quick Facts
http://www.eggheadcafe.com/tutorial...work-codefirst-library-ctp-5-quick-facts.aspx