Hi all,
I have vba code to update the workbook when there are changes in a table.
My problem is that if I add a row to the table, it calls the code and updates the workbook, but if I delete a row, nothing hapens.
My code is this on:
Private Sub Worksheet_Change(ByVal Target As Range)...