The introduction of .NET to VB required many changes in how VB worked: One of these changes was the removal of support for non-zero based arrays. Although .NET has a non-zero based single dimension ...
Excel processes the range (A1:A10) by converting it into an array in memory. This array is what Excel works with to calculate the sum. The distinction is subtle but important: while the range is the ...