Hi Sasa
As in my reply to your earlier post start by starting the macro recorder and
then insert a table from Words menu. Turn of the macro recorder and check out
the code that Word generated. It's normally something like this:
ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=10, _
NumColumns :=4, DefaultTableBehavior:=wdWord9TableBehavior, _
AutoFitBehavior:= wdAutoFitFixed
Also check out the following URL for more information:
http://word.mvps.org/FAQs/TblsFldsFms/TableBasics.htm
HTH + Cheers - Peter