When you delete or insert a row (right click the the row #s on the left before the first column):
Sub WorkSheet_Change(Byval Target As Range)
'code
End Sub
does not detect that insert or delete row so nothing changes and Access is not updated.
Is there some way of detecting when the insert row or delete row has been activated to do something that will make WorkSheet_Change notice.