Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Worksheet_Activate()
MsgBox "Help" End Sub This MsgBox or any code will not execute. This code is placed in the Sheet. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Clay,
Am Fri, 16 Aug 2013 09:59:31 -0700 (PDT) schrieb clay: This code is placed in the Sheet. right click on sheet tab = Show code and paste your code into the code window of this sheet Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
execute the following code to reactivate events Sub Macro1() Application.EnableEvents = True End Sub isabelle Le 2013-08-16 12:59, clay a écrit : Private Sub Worksheet_Activate() MsgBox "Help" End Sub This MsgBox or any code will not execute. This code is placed in the Sheet. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Friday, August 16, 2013 12:29:15 PM UTC-5, isabelle wrote:
hi, execute the following code to reactivate events Sub Macro1() Application.EnableEvents = True End Sub isabelle Le 2013-08-16 12:59, clay a écrit : Private Sub Worksheet_Activate() MsgBox "Help" End Sub This MsgBox or any code will not execute. This code is placed in the Sheet. Isabelle, Thank you. That fixes the problem. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet_Activate - conditional use | Excel Programming | |||
Worksheet_Activate | Excel Programming | |||
Private Sub Worksheet_Activate() | Excel Programming | |||
Worksheet_Activate | Excel Programming | |||
Worksheet_Activate | Excel Programming |