Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I run a series of checks on a worksheet (called "Input") before the user can
click on another sheet called "Output". If Input check outs, I want to activate the Output sheet and exit the sub. However, this seems to run the deactivate event for Input again and the macro loops for a while. Any suggestions? Thanks -Jason Sub Worksheet_Deactivate() .... If iCounter = 0 Then Sheets("Output").Activate Exit Sub End If .... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop through sheets & filter main sheet using sheet name | Excel Programming | |||
Deactivate workbook commandbar for one sheet? | Excel Programming | |||
Trouble with Sheet Deactivate macro | Excel Programming | |||
Deactivate sheet | Excel Programming | |||
Sort sheet on sheet's Deactivate event | Excel Programming |