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

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -