Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an App_sheetchange sub that catches changes to all worksheets and
decides which sub to call based on which sheet, it catches the changes and evaluates all right, only problem is it repeats itself multiple times (43 to be exact) on one little sheet change. Private Sub App_SheetChange(ByVal wks As Object, ByVal target As Range) If resaleactive = 0 Then Exit Sub worksheetchange wks, target End Sub Sub worksheetchange(wks As Worksheet, target As Range) MsgBox target.AddressLocal End Sub for some reason when stepping through after the end sub command for worksheetchange it will loop right back the command that called it and repeat that for quite a while then just end inexplicably any thoughts on why? -- When you lose your mind, you free your life. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capture Excel Events from other application | Excel Programming | |||
Using Events with the Application Object & XL 2003 | Excel Programming | |||
Application Events / App_WorkbookOpen | Excel Programming | |||
Application Level Events Question | Excel Programming | |||
Using Application Events | Excel Programming |