Hi

I have a code

Private Sub Worksheet_Activate()
Call FlashBack
End Sub
Which works fine, but I need it to stop when selection changes?

I have tried STOP, END, UNCALL, but cant get this to work? what is the code needed to stop FlashBack Sub?

Thanks

Dan