Hi
could someone tell me what does this do by the way this question is also posted in the Excel section since it is from the spreadsheet)
Dim data2(500, 20)
count2 = 0
Sheets("volume").Select
For w = 6 To 500
If Cells(w, 4) = "" Then GoTo 30
count2 = count2 + 1
data2(count2, 1) = Cells(w, 4)...