I created a Function where it return an array it is like: Val(0,0) = "Hello" Val(1,0) = "World"
So my array is 2 dimensional Array. If I put my formula in a specific cell let say "=GetData()" it gives me only 1 value which is the first value in the array. I know when getting an array I should be select a Range then Enter the formula then press "CTRL+SHIFT+ENTER", this actually works.
However, I don't know if there is a possibility that by only selecting 1 cell (not a Range) and enter the formula that return an array, I want to automatically fill the cells based on array dimension, so the user don't need to select a Range and press the CTRL+SHIFT+Enter.
Thank you very much.