Hi,
I've already read related topics but couldn't solve the problem.
I catch the Delete Row menu event 1293, but then I can't save the deleted row in an array since it's no longer listed as a selected row.
All the matrix rows return
oMatrix.IsRowSelected(i) = False
after catching that 1293 event.Trying BeforeAction True or false didn't solve that problem.
What am I missing ?
Gü