im trying to convert code that had the word object to code without it but cant create a table...
anyone got the equivalent for
obj.Tables.Add Range:=Selection.Range, NumRows:=2, NumColumns:=10
please
thanks in advance
Printable View
im trying to convert code that had the word object to code without it but cant create a table...
anyone got the equivalent for
obj.Tables.Add Range:=Selection.Range, NumRows:=2, NumColumns:=10
please
thanks in advance
If I understand you correctly you want to create a Word
document without using the Word Object Model?
Or are you talking -
?Code:obj.Tables.Add Selection.Range, 2, 10