写代码,如
Dim str As String = "云DAB"Dim s As Integer = 1Dim e As Integer = 60For i As Integer = s To e If i Mod 10 <> 4 Then Dim nr As DataRow = DataTables("表A").addnew nr("第一列") = str & format(i, "000") End IfNext