suppose i have an array, like below:
All I want to do is to sum each of the value in the array and output them in a cell of excel.![]()
Vehicle1 As String*2 MyArray(1)=mydata.Vehicle1
I do it like this
but it is showing error. saying that object required.![]()
Sum = Sum.MyArray(1) .Cells(lRow, 1) = Sum
What should I do?
Please help.
Bookmarks