Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi folks,

 

I am trying to find a quicker way of fill data into a table in MS Word. I am currently doing it cell by cell

 

e.g.

With mobjWord.ActiveDocument.Tables.Item(2).Cell(l_row, 5).Range

Try

.Delete()

.InsertAfter(Text:=p_dset1.ds_dataset.Tables(0).Rows(tmp1).Item("Year"))

Catch ex As Exception

End Try

End With

[code]

 

Any Ideas how it could be done better/quicker :-\

Hamlet
Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...