The change event won't necessarily be triggered by that. And when it is it's already too late.
If any of the events may help you it would be the SelectChange event. You could prevent a user from selecting those rows (to delete, copy, paste, whatever).
But I think you'd be better of by protecting the sheet as GoBanana suggested...
Paulo
Main Topics
Browse All Topics





by: GoBananaPosted on 2003-04-01 at 13:34:29ID: 8248933
And why, may I ask, do you want to do that? Why not simply lock cells that should not be deleted?
There is a change event. May that perhaps be of interest?Hard for me tell since I do not know your intentions with your excel model.
GoBanana