Return array in Spreadsheet Function
问题 The code below returns an array. I would like to use it in a spread sheet as an excel formula to return the array. However, when I do, it only returns the first value to the cell. Is there anyway to return the array in a range of equal size as the array? Function LoadNumbers(Low As Long, High As Long) As Long() ''''''''''''''''''''''''''''''''''''''' ' Returns an array of Longs, containing ' the numbers from Low to High. The ' number of elements in the returned ' array will vary depending on