Array function (UDF) only sets first cell in a row

37 Views Asked by At

I need to output to multiple cells in a row from an UDF and I tried this solution:

https://stackoverflow.com/a/43669306/90800

Function tester()
    tester = Array("a", "b", "c")
End Function

However, only the first cell contains "a".

0

There are 0 best solutions below