M
Mr O
Hi,
In VB6 i can use this:
dim aRange() as variant
aRange()=xlapp.range("A1:T25000").value
and read and write 500,000 cells in one single read or write operation.
What is the equivalent to that in vb.net 2010?
tia
O.
olavatwintechdotno
In VB6 i can use this:
dim aRange() as variant
aRange()=xlapp.range("A1:T25000").value
and read and write 500,000 cells in one single read or write operation.
What is the equivalent to that in vb.net 2010?
tia
O.
olavatwintechdotno