I have a macro that starts like this.
Is there any way I can have this fire by its self if a cell in a range updates? The code is in sheet 2, all the cells it looks at are filled by other VB code. Or can the other VB code fire this one? Thanks
Code:
Sub BreakoutReDux()
Application.ScreenUpdating = False
Dim ws As Worksheet
Set ws = Sheets(2)