hi,
i try to add tables to a word doc, the problem is, the next table is always add befor the last one
looks like this:
Do While textfile.AtEndOfStream <> True
txt = textfile.ReadLine
a = Split(txt,vbTab)
If a(1)= "@@" Then
i=1
j=j+1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.