ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Application.AlertBeforeOverwriting = False (https://www.excelbanter.com/excel-programming/297106-application-alertbeforeoverwriting-%3D-false.html)

Aristotele64[_2_]

Application.AlertBeforeOverwriting = False
 

Hi,
i want to set

Application.AlertBeforeOverwriting = False



for ONE FULL worksheet ......



ho do it ???



TIA








Ron de Bruin

Application.AlertBeforeOverwriting = False
 
If I understand you correct

Use this events in the Sheet module of the sheet

Private Sub Worksheet_Activate()
Application.AlertBeforeOverwriting = False
End Sub

Private Sub Worksheet_Deactivate()
Application.AlertBeforeOverwriting = True
End Sub


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Aristotele64" wrote in message ...

Hi,
i want to set

Application.AlertBeforeOverwriting = False



for ONE FULL worksheet ......



ho do it ???



TIA











All times are GMT +1. The time now is 11:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com