Dim str As String = Tables("表A")(0)(0)
msgbox(str.Replace(" ", "").replace(Chr(10), "").replace(chr(13), ""))