_Application.AlertBeforeOverwriting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel displays a message before overwriting nonblank cells during a drag-and-drop editing operation.
public:
property bool AlertBeforeOverwriting { bool get(); void set(bool value); };
public bool AlertBeforeOverwriting { get; set; }
Public Property AlertBeforeOverwriting As Boolean