06-20-2012, 10:31 AM
Hi,
Instead of specifying the column label use column number to pass the values
for ex:
Let me know in case of any help required.
Regards,
Sankalp
Instead of specifying the column label use column number to pass the values
for ex:
Code:
For i=0 to Some_value
For j= 0 to Some_value
objWorkSheet.cells(i+1, [color=#FF0000]j+1[/color])=MyArray(i,j)
Next
Next
Let me know in case of any help required.
Regards,
Sankalp