For such a simple problem, I am totally perplexed that I cannot find a solution in the internet (and I've been searching for like, ~12 hours for it, and no solution can be found). I'm a first-time user of VBA, so please spare me from the flames.
I cannot make this work:
ARRAYTEST function is just... a function (just to test if things work. I am aware of the keystroke to make array results come out using functions). In any case, the code goes like this: A1 to A3 cells are to Array 1, B1 to B3 cells are to Array 2 (ignore Array 3 and 4, just killing doubts from certain things). I wanted it such that Array 5's first data would contain the results of Array 1's first data multiplied to Array 2's first data; Array 5's second data would contain the results of Array 1's second data and Array 2's second data, so on and forth.
The problem is, whenever I run that code it chucks out an error pointing at this line >>
Can someone pinpoint what am I doing wrong? Or is there another way of doing it?
Thanks!
Bookmarks