你可以将数组合成一个字符串,写入到表中。
参考:
Dim nms() As String = {"a","b","c"}Tables("表A").Current("第一列") = String.Join(",",nms)