<t>Hello people,I need help on a "nested loops" problem in VBA. I know you could easily calculate the sumproduct of x and y by using the function in Excel, but I need to implement a VBA code with two loopsx = 1, 2, 3, 4, 5 y = 6, 7, 8, 9, 10This is my code so far. Unfortunately it only calculates 5 ...