copy a large array from vb.net application to a datasheet of ms office chart -


there many examples filling datasheet of ms word chart cell cell:

osheet.cells(i, j) = myarray(i,j) 

but in case of large array such filling tends infinity. @ same time excel allows fill datasheet immediately:

osheet.range("a1", "z5000").value = myarray 

but solution excel not works ms word in form.

is possible fill datasheet in word in excel?


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -