Populate a range of cells from a function
I'm trying to write a function that will populate the cell that called
the function and x number of cells below it. For example
in cell A1, i make a call to my function "=GetList()"
GetList should put the numbers 1 - 10 in cells a1 - a10
its driving me crazy
|