方法一:对表进行一下排序处理
Tables("xxx").Sort = "_Sortkey desc"
方法二:新增以后,移动到第一行
Dim nr As Row = Tables("xxx").addnewnr.Move(0)