'28' Out of Stack Space. Worksheet_Change and Application.ScreenUpdating
问题 thanks in advance for any clarity you can offer. In an Excel Workbook with many modules and worksheets, at the bottom of the VBA code for SHEET2, there is this Subroutine: Private Sub Worksheet_Change(ByVal Target As Range) Dim TargetCells As Range Set TargetCells = Range("B1000:B1029") If Not Application.Intersect(TargetCells, Range(Target.Address)) Is Nothing Then Call SpecificSubRoutine End If End Sub My understanding of this code is that it watches the entire sheet for ANY changes. If