I am building a excel sheet with some few programming on _Activate, _Change, _SelectionChange, etc...
as I am developing, I put breakpoints in vba, after once the code is stopped, VBa doesn't come alive again, after I close and reopen completely excel
even closing workbook and reopening doesn't work if another book is open.
I try with BREAK (pause button), with RESET (square one), nothing seems to reset it
But if I try manually to run something (i.e. PLAY in a sub with no parameter, it works)
Look like excel is not sending events to VBA once stooped once.
Does' it get angry or something similar?