Hi Andrea,
>is there a way to know if a matrix row is been deleted ?
>In a user form i have a matrix, I fill 3 rows, then I
>delete the second row.
Do you mean the deleted by user interaction (<Ctrl>-<K>)or
do you use "DeleteRow" for that?
Regards,
Frank
Ok i have checked it ! The RowCount is 3 but the i have only two lines filled ! But the problem remain. I manage a user table in this matrix, how can i sign the deleted line so when i push the update button i can delete it from the db table?
Add a comment