Search results for query: *

  • Users: elong
  • Content: Threads
  • Order by date
  1. E

    Word Tables In VB.NET

    I have the following code: mWordApp.ActiveDocument.Tables.Add(Range:=mWordApp.Selection.Range, NumRows:=hComb.Count + 1, NumColumns:=3) That creates a word Table. I can then refer to the word table as: mWordApp.ActiveDocument.Tables.Item(1)... Now I want to create another table in the same...
Back
Top