Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, i want to set Application.AlertBeforeOverwriting = False for ONE FULL worksheet ...... ho do it ??? TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.Visible = False | Setting up and Configuration of Excel | |||
Application.Visible = False | Excel Discussion (Misc queries) | |||
How to set Application.ScreenUpdating = False for Gen use | Excel Discussion (Misc queries) | |||
Application.ScreenUpdating = False | Excel Programming |