I am new to VBA. I am trying to solve a simple issue and I hope someone could please help.
My task: run LINEST on repeat (25 sets of different y variables but same x variables)
Some questions I have encountered so far: 1. How to make my y variable selection dynamic, i.e. reference changes every time when looping 2. How to change my output array in every loop?
Many thanks for your time and I hope someone could show me a simplified version of the codes so that I could work on.