I was just wondering how I can add two 2D arrays using VBA in Excel.
I tried to search on internet and it seems to me that the only way is to loop on each element. Am I right or is there any better/faster method?
As a corollary question: it would be better to loop or to copy to Range and use PasteSpecial options as in the spirit of the answer to the question how to add arrays ?