Hi,
I put a debug.print line in at the beginning and end of the subroutines to see what was happening
This was from a delete. The button event runs and causes the change to run.
on the "change ... end line " the number is the nuber of times the cell.EntireRow.Locked = False line is executed.
10:39:45 button $A$9
10:39:47 change $9:$9
10:39:47 change 0 ... end no changes on a normal delete
10:39:47 button ... end
entered #
10:39:55 change $A$8
10:39:55 change 1 ... end # entered
delete on line above #
10:40:02 button $A$7
10:40:04 change $7:$7
10:40:14 change 16384 ... end delete on line above #
10:40:14 button ... end
So your problem is clearly shows up here!
Bookmarks