去掉回车看看
Dim t As Table = Tables("表A")For Each r As Row In t.rows r("第一列") = r("第一列").replace(chr(13), "").replace(chr(10), "")Next