View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
4eyed 4eyed is offline
external usenet poster
 
Posts: 1
Default 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