Experts,
I've partially created a custom function whereby i'd like it to return a whole bunch of values (amount will change on input) but can't figure out how.
For example, say:
Function Numbers (Counter as integer)
'how do you write the values of 1 to Counter (increments of 1) starting from the active cell and writing vertically without selecting the number of cells required?
End Function
Start Free Trial