Ok, Here's another one . .
I am using Application.CutCopyMode = 0 and it properly disables the
events inside worksheet_change()
However, when I delete rows with the menu delete, it is triggering
events in the worksheet_change() function in the sheet.
How do I disable worksheet_change() when we delete rows?
Thanks!
Adam
Bookmarks