The column indexing in Data Table starts with 0.
So, for the 5th column use CurrentRow(4)
Also, If you want to add with the decimal digits you can convert the string to double instead of integer by using CDbl(CurrentRow(4))
The column indexing in Data Table starts with 0.
So, for the 5th column use CurrentRow(4)
Also, If you want to add with the decimal digits you can convert the string to double instead of integer by using CDbl(CurrentRow(4))