I am trying to use the slope function where the known x and y values are placed in an array of size i. How do I reference the entire array in the function call?
Where y and x are arrays of size i.
Code:
s = Application.WorksheetFunction.Slope(y, x)
Where y and x are arrays of size i.