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!

Recent content by joecrazy

  1. joecrazy

    add table to a word doc

    i use word 2000, this could be the prob, but the problem is solved, thanks i use a word doc now ;-)
  2. joecrazy

    add table to a word doc

    does the macro recorder also work with vbs, i had big problems to convert code from vba to vbs, there are still a lot of differnces
  3. 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