Hello guys
I want to prevent the user from dragging/cutting cells in the sheet, pretty much because it ruins the whole formatting. Is there any way to to this? I was trying to do it with the Application.Undo method between two Application.EnableEvents (False and True, respectively), but cutting the sheet launches two change events one for the source cell and other for the destination cell.
Thanks for your attention
Bookmarks