The continuing saga of getting Excel to update my word document.
After seemingly endless attempts, lots of help from here, I have found the following line of code actually deletes a (bookmarked in Word with same name) row from my word table:
If docWord.Bookmarks.Exists(xlName.Name) Then...