Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: joecrazy
  • Content: Threads
  • Order by date
  1. joecrazy

    add table to a word doc

    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...

Part and Inventory Search

Back
Top